Skip to content

Commit

Permalink
chore(docker): enable sbom and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed May 17, 2024
1 parent 3ab8e94 commit 5379b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
with:
file: ./cmd/controller/Dockerfile
platforms: linux/amd64, linux/arm64
sbom: true
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 5379b1e

Please sign in to comment.