Skip to content

Commit

Permalink
tag containers at organization level
Browse files Browse the repository at this point in the history
- this is how the new ghcr.io is supposed to be done, as container permissions are separate from repository permissions
  • Loading branch information
celloman committed Mar 9, 2021
1 parent 1486729 commit fdf82d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Push image
run: |
IMAGE_ID=ghcr.io/${{ github.repository }}/${{ matrix.project }}
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/${{ matrix.project }}
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit fdf82d7

Please sign in to comment.