Skip to content

Commit 72b0467

Browse files
build(deps): bump docker/build-push-action from 4 to 5 (#3232)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0a6e56 commit 72b0467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Check out the repo
1111
uses: actions/checkout@v3
1212
- name: Build the container image
13-
uses: docker/build-push-action@v4
13+
uses: docker/build-push-action@v5
1414
with:
1515
context: .
1616
file: Dockerfile

0 commit comments

Comments
 (0)