From cc7e11b2eac1b5e5bf4f47b56915509a9e97ced1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:02:47 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.2.0 to 6.0.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 6.0.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v6.0.1) --- 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/addon-ci.yaml | 2 +- .github/workflows/addon-deploy.yaml | 2 +- .github/workflows/base-deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index 21a3311..6c4dccd 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -165,7 +165,7 @@ jobs: exit 1 fi - name: 🚀 Build - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v6.0.1 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/addon-deploy.yaml b/.github/workflows/addon-deploy.yaml index 20d05fe..f7b264f 100644 --- a/.github/workflows/addon-deploy.yaml +++ b/.github/workflows/addon-deploy.yaml @@ -132,7 +132,7 @@ jobs: --signerID "${{ needs.information.outputs.base_image_signer }}" \ "docker://${{ steps.flags.outputs.from }}" - name: 🚀 Build - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v6.0.1 with: load: true # yamllint disable rule:line-length diff --git a/.github/workflows/base-deploy.yaml b/.github/workflows/base-deploy.yaml index fcc0a5f..9161f5b 100644 --- a/.github/workflows/base-deploy.yaml +++ b/.github/workflows/base-deploy.yaml @@ -94,7 +94,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GHCR_TOKEN }} - name: 🚀 Build and push - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v6.0.1 with: push: true # yamllint disable rule:line-length