Skip to content

Commit

Permalink
Fix Docker image scan GH action (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Jan 30, 2023
1 parent ec751d5 commit 2403013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0
with:
platforms: amd64,arm64
platforms: amd64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2.2.1

- name: Build and load Docker image
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: false
load: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 2403013

Please sign in to comment.