Skip to content

Commit

Permalink
ci: migrate docker image from gcr to ghcr
Browse files Browse the repository at this point in the history
Signed-off-by: ankitm123 <[email protected]>
  • Loading branch information
ankitm123 authored and rawlingsj committed Sep 9, 2021
1 parent 6e3509d commit e032606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
credentials: ${{ format('https://x-access-token:{0}@github.com/', secrets.GHCR_TOKEN) }}
- id: prep
name: Set the release version
uses: docker://gcr.io/jenkinsxio/jx-release-version:1.0.46
uses: docker://ghcr.io/jenkins-x/jx-release-version:2.4.13
with:
args: -c "echo ::set-output name=version::$(jx-release-version)"
entrypoint: bash
Expand Down

0 comments on commit e032606

Please sign in to comment.