Skip to content

Commit

Permalink
ghcr not gchr (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
NissesSenap authored Mar 14, 2023
1 parent fdc998b commit a1d8245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Prepare
run: |
# OCI standard enforces lower-case paths
GHCR_REPO=$(echo "gchr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
GHCR_REPO=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
HELM_REPO=$(echo "oci://ghcr.io/${{ github.repository_owner }}/helm-charts" | tr '[:upper:]' '[:lower:]')
echo "GHCR_REPO=$GHCR_REPO" >> $GITHUB_ENV
echo "HELM_REPO=$HELM_REPO" >> $GITHUB_ENV
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Prepare
run: |
# OCI standard enforces lower-case paths
GHCR_REPO=$(echo "gchr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
GHCR_REPO=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
echo "GHCR_REPO=$GHCR_REPO" >> $GITHUB_ENV
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
Expand Down

0 comments on commit a1d8245

Please sign in to comment.