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

This commit is contained in:
2026-02-23 14:11:48 +01:00
parent 6a2ae20814
commit 03a2fc0e6f

View File

@@ -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: |