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 10, 2024
1 parent 87c3e33 commit c2a4797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -42,3 +44,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: public.ecr.aws/t9f5l7n9/trivy-lambda:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c2a4797

Please sign in to comment.