Skip to content

Commit

Permalink
ON-15185: Container build flow - org instead of user context
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolledg-amd committed Dec 6, 2023
1 parent 5908b0c commit 6a50cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Metadata - env
run: |
repo="${GITHUB_REPOSITORY@L}"
repo="${GITHUB_REPOSITORY_OWNER@L}"
echo "REGISTRY_PREFIX=${REGISTRY_PREFIX:-ghcr.io/$repo}" >> "$GITHUB_ENV"
echo "SFNT_VERSION=${SFNT_VERSION:-$REPO_VERSION}" >> "$GITHUB_ENV"
env:
Expand Down

0 comments on commit 6a50cc4

Please sign in to comment.