Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer authored Mar 11, 2024
1 parent 1e65219 commit e29cf2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
context: .
platforms: linux/amd64
push: true
provenance: false
tags: ghcr.io/bored-engineer/trivy-lambda:latest-amd64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -48,6 +49,7 @@ jobs:
context: .
platforms: linux/arm64
push: true
provenance: false
tags: ghcr.io/bored-engineer/trivy-lambda:latest-arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit e29cf2c

Please sign in to comment.