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