Skip to content

Commit

Permalink
FIX CI: Correct org name
Browse files Browse the repository at this point in the history
  • Loading branch information
lnay committed Mar 10, 2024
1 parent 053989c commit 56b376a
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 @@ -20,7 +20,7 @@ jobs:
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }} # it will be lowercased internally
repository: ghcr.io/uoe-som-professional-skils
repository: ghcr.io/GLAMS-professional-skills
github_token: ${{ secrets.GITHUB_TOKEN }}
image_tag: ${{ github.ref_name }} # Match branch name for risk-free testing
dockerfile: .docker/Dockerfile
Expand Down

0 comments on commit 56b376a

Please sign in to comment.