Skip to content

Commit aaa9032

Browse files
Bump docker/build-push-action from 5 to 6 (#454)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 172bc8b commit aaa9032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cnf-test-partner-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
6969

7070
- name: 'Build and push the new `cnf-test-partner` image(s)'
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
with:
7373
push: true
7474
file: ${{ env.IMAGE_CONTAINER_FILE_PATH }}

.github/workflows/debug-partner-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
type=semver,pattern={{version}}
7878
7979
- name: 'Build and push the new `debug-partner` image'
80-
uses: docker/build-push-action@v5
80+
uses: docker/build-push-action@v6
8181
with:
8282
push: true
8383
file: ${{ env.IMAGE_CONTAINER_FILE_PATH }}

0 commit comments

Comments
 (0)