From 37c006abf5b3c9b605ab9c42c973d3b1a814dda4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:34:17 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 67a2d40 --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 75147970..920d91e7 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6 with: context: ./ push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}