Skip to content

Commit 99a67f5

Browse files
Bump docker/build-push-action from 2 to 2.4.0 (ChainSafe#633)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v2.4.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2169e65 commit 99a67f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker-build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.DOCKERHUB_TOKEN }}
4646
- name: Build and push
4747
id: docker_build
48-
uses: docker/build-push-action@v2
48+
uses: docker/build-push-action@v2.4.0
4949
with:
5050
push: ${{ github.event_name != 'pull_request' }}
5151
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)