Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 3 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 9, 2022
1 parent 9e81cbd commit 99e1fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
cache-from: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 99e1fa2

Please sign in to comment.