change naming scheme && fix CMD

This commit is contained in:
Vri 🌈 2023-05-04 21:03:56 +02:00
parent 93d1583ff6
commit eb97eb65c6
Signed by: vrifox
GPG key ID: D40098E5B60B2197
5 changed files with 9 additions and 10 deletions

View file

@ -26,7 +26,7 @@ jobs:
context: .
file: ./container/base/Dockerfile
push: true
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
tags: code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
- name: Build and push Deploy image
uses: docker/build-push-action@v2
@ -34,7 +34,7 @@ jobs:
context: .
file: ./container/deploy/Dockerfile
push: true
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-deploy
tags: code.cozy.town/codeforleipzig/stadtratmonitor/deploy:latest
- name: Build and push Develop image
uses: docker/build-push-action@v2
@ -42,7 +42,7 @@ jobs:
context: .
file: ./container/develop/Dockerfile
push: true
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-develop
tags: code.cozy.town/codeforleipzig/stadtratmonitor/develop:latest
- name: Build and push Test image
uses: docker/build-push-action@v2
@ -50,4 +50,4 @@ jobs:
context: .
file: ./container/test/Dockerfile
push: true
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-test
tags: code.cozy.town/codeforleipzig/stadtratmonitor/test:latest