mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Bump docker/build-push-action from 6.9.0 to 6.10.0 (#603)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](4f58ea7922...48aba3b46d
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4682a274f
commit
07a67c1bd3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-image.yaml
vendored
2
.github/workflows/release-image.yaml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
version: latest
|
||||
|
||||
- name: Build image and push to GitHub Container Registry
|
||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
|
||||
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
|
||||
id: push
|
||||
with:
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue