Skip to content

Commit

Permalink
use ghcr instead of dockerhub
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Nov 14, 2024
1 parent 441cf70 commit 8482548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
updates: |
operator:
image:
repository: docker.io/${{ env.LOWER_REPOSITORY_OWNER }}/paladin-operator
repository: ghcr.io/${{ env.LOWER_REPOSITORY_OWNER }}/paladin-operator
tag: ${{ inputs.images_tag }}
paladin:
image:
repository: docker.io/${{ env.LOWER_REPOSITORY_OWNER }}/paladin
repository: ghcr.io/${{ env.LOWER_REPOSITORY_OWNER }}/paladin
tag: ${{ inputs.images_tag }}
# Remove 'v' prefix from the tag
Expand Down

0 comments on commit 8482548

Please sign in to comment.