Skip to content

Commit

Permalink
Incorrectly lowercase HULKs to work around ghcr.io not allowing upper…
Browse files Browse the repository at this point in the history
…case in repository name
  • Loading branch information
knoellle committed Oct 3, 2024
1 parent aad7df0 commit 0722d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
IMAGE_REGISTRY: ghcr.io/hulks

jobs:
build:
Expand Down

0 comments on commit 0722d9b

Please sign in to comment.