From a73e8ff9825730e774b278ba816d781546e696c3 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 22 Apr 2023 15:22:35 +0200 Subject: [PATCH] fix build and push --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a26f25d..3c1cd55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,12 +52,12 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: ghcr.io/${{ github.actor }}/bitwarden-crd-operator:${{ steps.app_version.outputs.result }} + tags: ghcr.io/lerentis/bitwarden-crd-operator:${{ steps.app_version.outputs.result }} - name: Create SBOM uses: anchore/sbom-action@v0 with: - image: ghcr.io/${{ github.actor }}/bitwarden-crd-operator:${{ steps.app_version.outputs.result }} + image: ghcr.io/lerentis/bitwarden-crd-operator:${{ steps.app_version.outputs.result }} - name: Publish SBOM uses: anchore/sbom-action/publish-sbom@v0