Skip to content

Commit

Permalink
Add: missing id field to create multi arch manifest (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Nov 25, 2024
1 parent 1c1e393 commit 0b70a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-build-push-2nd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
type=raw,value=testing-edge,enable=${{ (steps.branch.outputs.branch == 'main') && (inputs.base-image-label == 'testing') }}
- name: Create multi arch manifest
id: manifest
uses: greenbone/actions/container-multi-arch-manifest@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
with:
cosign-key: ${{ secrets.COSIGN_KEY_OPENSIGHT }}
Expand Down

0 comments on commit 0b70a02

Please sign in to comment.