Skip to content

Commit

Permalink
Merge pull request #161 from spinkube/dani/fix-chartreg
Browse files Browse the repository at this point in the history
publish: push chart to ghcr.io/spinkube/charts/spin-operator
  • Loading branch information
endocrimes committed Mar 11, 2024
2 parents 8083de9 + 7285853 commit d80a4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
needs: [docker]
env:
APP_VERSION: ${{ needs.docker.outputs.version }}
CHART_REGISTRY: "ghcr.io/${{ github.repository_owner }}"
CHART_REGISTRY: "ghcr.io/${{ github.repository_owner }}/charts"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d80a4a7

Please sign in to comment.