From 72858532154a3872286814aca23a3505afda4926 Mon Sep 17 00:00:00 2001 From: Danielle Lancashire Date: Mon, 11 Mar 2024 11:22:03 +0100 Subject: [PATCH] publish: push chart to ghcr.io/spinkube/charts/spin-operator Signed-off-by: Danielle Lancashire --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4fd80a6b..4835d46e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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