Use project name for Docker tags
Some checks failed
Test and build / test (push) Successful in 1m0s
Test and build / Build collector (push) Failing after 1m7s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m8s
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 1m7s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m8s
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:
@@ -49,7 +49,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: hamview/collector:latest
|
||||
tags: ham/hamview:collector
|
||||
file: ./cmd/hamview-collector/Dockerfile
|
||||
context: .
|
||||
platforms: |
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: hamview/receiver:latest
|
||||
tags: ham/hamview:receiver
|
||||
file: ./cmd/hamview-receiver/Dockerfile
|
||||
context: .
|
||||
platforms: |
|
||||
|
||||
Reference in New Issue
Block a user