diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0eeef1e..76ddfed 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -41,4 +41,4 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max tags: | - ghcr.io/EEWBot/http-request-duplicator:${{ steps.create_tagname.outputs.TAG_NAME }} + ghcr.io/eewbot/http-request-duplicator:${{ steps.create_tagname.outputs.TAG_NAME }}