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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user