diff --git a/.github/workflows/docker-image-beta.yml b/.github/workflows/docker-image-beta.yml index bc34237..97a4a09 100644 --- a/.github/workflows/docker-image-beta.yml +++ b/.github/workflows/docker-image-beta.yml @@ -19,7 +19,7 @@ jobs: with: images: | aunefyren/wrapperr - ghcr.io/${{ github.repository }}/wrapperr + ghcr.io/${{ github.repository }} tags: | type-raw,value=beta flavor: | diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 62d27b5..21cd660 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,7 +19,7 @@ jobs: with: images: | aunefyren/wrapperr - ghcr.io/${{ github.repository }}/wrapperr + ghcr.io/${{ github.repository }} tags: | type-raw,value=${{ github.ref_name }} flavor: |