diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index cc575a6..086c6aa 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: | - ${{ GITHUB_REPOSITORY }} + ${{ github.event.repository.name }} # generate Docker tags based on the following events/attributes tags: | type=ref,event=branch