Merge pull request #1997 from crytic/dependabot/github_actions/dev/docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
pull/2018/head
alpharush 1 year ago committed by GitHub
commit 8f1a87523c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker.yml

@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
target: final

Loading…
Cancel
Save