Skip to content

Commit 422d120

Browse files
build(deps): bump docker/build-push-action from 2 to 2.4.0 (#1010)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7647692 commit 422d120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
username: kjconroy
2020
password: ${{ secrets.DOCKER_PASSWORD }}
21-
- uses: docker/build-push-action@v2
21+
- uses: docker/build-push-action@v2.4.0
2222
with:
2323
context: .
2424
file: ./Dockerfile

0 commit comments

Comments
 (0)