diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a55e1e13..d0e116cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,4 +31,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ env.REPOSITORY_NAME }}:latest + tags: ghcr.io/${{ github.repository }}:latest