mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
change naming scheme && fix CMD
This commit is contained in:
parent
93d1583ff6
commit
eb97eb65c6
5 changed files with 9 additions and 10 deletions
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue