Skip to content

Commit bfff5f3

Browse files
Bump docker/build-push-action from 3.1.1 to 5.0.0 (#390)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.1.1...v5.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 552a76d commit bfff5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
-
4747
name: Build and push
48-
uses: docker/build-push-action@v3.1.1
48+
uses: docker/build-push-action@v6.19.2
4949
with:
5050
context: .
5151
file: ./Dockerfile

0 commit comments

Comments
 (0)