Skip to content

Commit 0a22663

Browse files
Bump docker/build-push-action from 5 to 6 (#34)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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 2208070 commit 0a22663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
2323
- name: Build container image
24-
uses: docker/build-push-action@v5
24+
uses: docker/build-push-action@v6
2525
with:
2626
context: .
2727
push: false
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
6464
- name: Build container image
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: .
6868
push: false

.github/workflows/image-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ env.DOCKER_PASSWORD }}
4444

4545
- name: Build container image
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v6
4747
with:
4848
context: .
4949
push: true

0 commit comments

Comments
 (0)