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

View File

@ -52,12 +52,12 @@ jobs:
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64 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 - name: Create SBOM
uses: anchore/sbom-action@v0 uses: anchore/sbom-action@v0
with: 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 - name: Publish SBOM
uses: anchore/sbom-action/publish-sbom@v0 uses: anchore/sbom-action/publish-sbom@v0