Skip to content

Commit 0c6152e

Browse files
Bump docker/build-push-action from 4 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7498dd5 commit 0c6152e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
continue-on-error: true
156156

157157
- name: Build and push
158-
uses: docker/build-push-action@v4
158+
uses: docker/build-push-action@v6
159159
with:
160160
context: .
161161
push: ${{ github.event_name != 'pull_request' && secrets.DOCKER_USERNAME != '' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
type=sha
9696
9797
- name: Build and push
98-
uses: docker/build-push-action@v4
98+
uses: docker/build-push-action@v6
9999
with:
100100
context: .
101101
push: true

0 commit comments

Comments
 (0)