From b034d633531d303431683237937746d5efd9a5fd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 19 Feb 2025 19:15:09 +0100 Subject: [PATCH] chore(github-action): update docker/build-push-action digest to 0adf995 (#32273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | digest | `ca877d9` -> `0adf995` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/containers.build.yaml | 4 ++-- .../apps/kube-sa-proxy/.github/workflows/docker-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index 852a4e3eefd..3d28786e022 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -237,7 +237,7 @@ jobs: # Creates a local build to run tests on - name: Build and Load local test-container if: ${{ steps.prep.outputs.goss == 'true' }} - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: build-args: | VERSION=${{ steps.prep.outputs.version }} @@ -265,7 +265,7 @@ jobs: # Push if not a PR, otherwise just test the build process for all requested platforms - name: Build and Push id: push - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: build-args: | VERSION=${{ steps.prep.outputs.version }} diff --git a/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml b/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml index b88a39c434b..9b6227d944e 100644 --- a/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml +++ b/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml @@ -34,7 +34,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 with: context: . push: true