From edd9d22c7a48fba7828986d82b258cde2d633bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:47:02 +0000 Subject: [PATCH] Bump docker/build-push-action from 2 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-commit.yml | 4 ++-- .github/workflows/docker-latest-tag.yml | 4 ++-- .github/workflows/docker-release-tag.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-commit.yml b/.github/workflows/docker-commit.yml index 2e79891..055562a 100644 --- a/.github/workflows/docker-commit.yml +++ b/.github/workflows/docker-commit.yml @@ -50,7 +50,7 @@ jobs: - name: Build test image id: docker_test - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true tags: localhost:5000/renokico/clusteer:${{ github.sha }}-${{ matrix.node }} @@ -66,7 +66,7 @@ jobs: - name: Build final image id: docker_final - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true tags: quay.io/renokico/clusteer:${{ github.sha }}-${{ matrix.node }} diff --git a/.github/workflows/docker-latest-tag.yml b/.github/workflows/docker-latest-tag.yml index 1cfeb77..28ea01a 100644 --- a/.github/workflows/docker-latest-tag.yml +++ b/.github/workflows/docker-latest-tag.yml @@ -52,7 +52,7 @@ jobs: - name: Build test image id: docker_test - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true tags: localhost:5000/renokico/clusteer:latest-${{ matrix.node }} @@ -68,7 +68,7 @@ jobs: - name: Build final image id: docker_final - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true tags: quay.io/renokico/clusteer:latest-${{ matrix.node }} diff --git a/.github/workflows/docker-release-tag.yml b/.github/workflows/docker-release-tag.yml index e2e0cb5..ba167eb 100644 --- a/.github/workflows/docker-release-tag.yml +++ b/.github/workflows/docker-release-tag.yml @@ -50,7 +50,7 @@ jobs: - name: Build and push (node:${{ matrix.node }}) id: docker - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true context: .