Skip to content

Commit 0d6280e

Browse files
build(deps): bump docker/build-push-action from 5 to 6 (#6155)
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 989f6eb commit 0d6280e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Build and push
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
if: ${{ github.event_name != 'pull_request' }}
4141
with:
4242
push: true

0 commit comments

Comments
 (0)