fix build and push

This commit is contained in:
Tobias Trabelsi 2023-04-22 15:22:35 +02:00
parent 54a4ffa212
commit a73e8ff982
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 2 additions and 2 deletions

View File

@ -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