fix docker push commands
All checks were successful
Build Docker containers / Build (push) Successful in 33s
All checks were successful
Build Docker containers / Build (push) Successful in 33s
This commit is contained in:
@ -20,6 +20,6 @@ jobs:
|
|||||||
run: docker build -f cli/Dockerfile -t git.arinity.org/ctmesh/map-cli:latest .
|
run: docker build -f cli/Dockerfile -t git.arinity.org/ctmesh/map-cli:latest .
|
||||||
- name: Push images
|
- name: Push images
|
||||||
run: |
|
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-mqtt:latest
|
||||||
docker push git.arinity.org/ctmesh:map-cli:latest
|
docker push git.arinity.org/ctmesh/map-cli:latest
|
||||||
|
Reference in New Issue
Block a user