fix tags (hopefully)

This commit is contained in:
Vri 🌈 2023-05-04 17:50:03 +02:00
parent e3949e3cf1
commit ccb7ad1539
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -26,7 +26,7 @@ jobs:
context: .
file: ./container/base/Dockerfile
push: true
tags: ${{ secrets.REGISTRY_USERNAME }}/stadtratmonitor:base-latest
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
- 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: ${{ secrets.REGISTRY_USERNAME }}/stadtratmonitor:deploy-latest
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-deploy
- name: Build and push Develop image
uses: docker/build-push-action@v2
@ -42,7 +42,7 @@ jobs:
context: .
file: ./container/develtop/Dockerfile
push: true
tags: ${{ secrets.REGISTRY_USERNAME }}/stadtratmonitor:develop-latest
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-develop
- 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: ${{ secrets.REGISTRY_USERNAME }}/stadtratmonitor:test-latest
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-test