From 18345cf76a790314affb73e7c88d93bfecfb1a03 Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Wed, 31 Jan 2024 15:27:50 +0100 Subject: [PATCH] fixed image name again --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index af58a08..e3dc674 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -20,7 +20,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/${{ github.event.repository.name }} + ghcr.io/${{ github.repository }} # generate Docker tags based on the following events/attributes tags: | type=ref,event=branch