From f2eb0586c0e80861d105206515f4eee3d3fa0715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:29:05 +0100 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#1653) 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](https://github.com/docker/build-push-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test-app.yml | 2 +- .github/workflows/rebuild-released-images.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-app.yml b/.github/workflows/build-test-app.yml index 73def6096f..3268a3073d 100644 --- a/.github/workflows/build-test-app.yml +++ b/.github/workflows/build-test-app.yml @@ -33,7 +33,7 @@ jobs: TAGS="${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest" echo "tags=$TAGS" >> $GITHUB_OUTPUT - name: Push Image to repo - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: test/app push: true diff --git a/.github/workflows/rebuild-released-images.yaml b/.github/workflows/rebuild-released-images.yaml index 5b2909bba6..2f0d530acd 100644 --- a/.github/workflows/rebuild-released-images.yaml +++ b/.github/workflows/rebuild-released-images.yaml @@ -137,7 +137,7 @@ jobs: username: ${{ env.QUAY_ROBOT_NAME }} password: ${{ secrets.QUAY_PASSWORD }} - name: Build and push operator to the DockerHub (daily-tag & release-tag) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ${{ steps.pick-dockerfile.outputs.dockerfile }}