From cf06f8107b7838f9506a4c9d48730602888045ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Tue, 14 Nov 2023 07:56:51 +0100 Subject: [PATCH] Fix name of image to match case sensitivity --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 55ea325..205f789 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -38,7 +38,7 @@ jobs: id: meta uses: docker/metadata-action@v2 with: - images: git.fawkes100.de/timemanager/timemanager-frontend + images: git.fawkes100.de/TimeManager/timemanager-frontend - name: Build and Push Latest Docker Image id: build-and-push-latest uses: docker/build-push-action@v4