Skip to content

Commit

Permalink
chore: use constructed registry url
Browse files Browse the repository at this point in the history
not from env
  • Loading branch information
BobyMCbobs committed Feb 6, 2024
1 parent 801e4e3 commit ebbc5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
id: registry_case
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.IMAGE_REGISTRY }}
string: ghcr.io/${{ github.repository }}

# Push the image to GHCR (Image Registry)
- name: Push To GHCR
Expand Down

0 comments on commit ebbc5e5

Please sign in to comment.