fix docker push commands
All checks were successful
Build Docker containers / Build (push) Successful in 33s

This commit is contained in:
2025-04-15 15:54:38 -04:00
parent 9893ed0bcc
commit b2f5da9c88

View File

@ -20,6 +20,6 @@ jobs:
run: docker build -f cli/Dockerfile -t git.arinity.org/ctmesh/map-cli:latest .
- name: Push images
run: |
docker push git.arinity.org/ctmesh:map-web:latest
docker push git.arinity.org/ctmesh/map:latest
docker push git.arinity.org/ctmesh/map-mqtt:latest
docker push git.arinity.org/ctmesh:map-cli:latest
docker push git.arinity.org/ctmesh/map-cli:latest