From 453e2bf774c3d747b2d9c53c77c24a168d119133 Mon Sep 17 00:00:00 2001 From: Eyal Ben David Date: Tue, 9 May 2023 10:59:16 +0300 Subject: [PATCH] Update release.yml (#286) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9ba6cc2..b2a3b00e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ github.event.release.tag_name }} + tags: ghcr.io/sap/sap-btp-service-operator/controller:${{ github.event.release.tag_name }} - name: Install kustomize uses: imranismail/setup-kustomize@v1