From b91a8e9efd6a303d17edaf9039770449800e25e7 Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 4 May 2023 17:21:10 +0200 Subject: [PATCH] test another image name --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ed79cbf..e66b3d4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -26,7 +26,7 @@ jobs: context: . file: ./container/base/Dockerfile push: true - tags: codeforleipzig/stadtratmonitor-base:latest + tags: codeforleipzig/stadtratmonitor:latest - name: Build and push Deploy image uses: docker/build-push-action@v2