Skip to content

Commit

Permalink
Test image signing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Nov 10, 2023
1 parent 2d4bfa4 commit bbd2e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
type=sha,prefix=
- name: Build and push image
uses: stackhpc/github-actions/docker-multiarch-build-push@feature/scanning
uses: stackhpc/github-actions/docker-multiarch-build-push@master
with:
cache-key: azimuth-capi-operator
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.image-meta.outputs.tags }}
labels: ${{ steps.image-meta.outputs.labels }}
sign_image: true

build_push_chart:
name: Build and push Helm chart
Expand Down

0 comments on commit bbd2e7d

Please sign in to comment.