Use local context and file in Docker Build
Some checks failed
Test and build / test (push) Successful in 1m0s
Test and build / Build collector (push) Failing after 1m6s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m6s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m7s

This commit is contained in:
2026-02-23 13:19:04 +01:00
parent 4a1522bf39
commit 79cebb113b

View File

@@ -48,7 +48,8 @@ jobs:
with:
push: true
tags: hamview/collector:latest
context: cmd/hamview-collector
file: ./cmd/hamview-collector/Dockerfile
context: .
platforms: |
linux/amd64
@@ -99,7 +100,8 @@ jobs:
with:
push: true
tags: hamview/receiver:latest
context: cmd/hamview-receiver
file: ./cmd/hamview-receiver/Dockerfile
context: .
platforms: |
linux/amd64
linux/arm/v6