Skip to content

Commit f594736

Browse files
Bump docker/build-push-action from 4 to 5
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]>
1 parent 4cc622a commit f594736

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build and push
3636
id: docker_build
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v5
3838
with:
3939
context: ./
4040
file: ./Dockerfile

.github/workflows/latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build and push
3232
id: docker_build
33-
uses: docker/build-push-action@v4
33+
uses: docker/build-push-action@v5
3434
with:
3535
context: ./
3636
file: ./Dockerfile

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build and push
4040
id: docker_build
41-
uses: docker/build-push-action@v4
41+
uses: docker/build-push-action@v5
4242
with:
4343
context: ./
4444
file: ./Dockerfile

0 commit comments

Comments
 (0)