From 6c18026f5ca204bbd1bf97c19b309bdb8dc2a3cb Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 4 May 2023 16:46:50 +0200 Subject: [PATCH] fix tags --- .github/workflows/docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2431eb9..77ea067 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,25 +25,25 @@ jobs: with: context: /container/base/ push: true - tags: https://code.cozy.town/stadtratmonitor/codeforleipzig-srm-base:$(date +%s) + tags: codeforleipzig/stadtratmonitor-base:latest - name: Build and push Deploy image uses: docker/build-push-action@v2 with: context: /container/deploy/ push: true - tags: https://code.cozy.town/stadtratmonitor/codeforleipzig-srm-deploy:$(date +%s) + tags: codeforleipzig/stadtratmonitor-deploy:latest - name: Build and push Develop image uses: docker/build-push-action@v2 with: context: /container/develop/ push: true - tags: https://code.cozy.town/stadtratmonitor/codeforleipzig-srm-develop:$(date +%s) + tags: codeforleipzig/stadtratmonitor-develop:latest - name: Build and push Test image uses: docker/build-push-action@v2 with: context: /container/test/ push: true - tags: https://code.cozy.town/stadtratmonitor/codeforleipzig-srm-test:$(date +%s) \ No newline at end of file + tags: codeforleipzig/stadtratmonitor-test:latest \ No newline at end of file