Skip to content

Commit 2140ef8

Browse files
Bump docker/build-push-action from 3 to 4 (#626)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 6605b2f commit 2140ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v3
4848

49-
- uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
49+
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
5050
with:
5151
context: .
5252
file: Dockerfile

.github/workflows/release_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
password: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: gacts/github-slug@v1 # Action page: <https://github.com/gacts/github-slug>
2121
id: slug
22-
- uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
22+
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
2323
with:
2424
context: .
2525
file: Dockerfile

0 commit comments

Comments
 (0)