From 53ae1342feb3ab67c3329d9c52f05aa6bb12b9e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:42:41 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 11be14d (#288) 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 | action | digest | `fdf7f43` -> `11be14d` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/creatorsgarten-wiki-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/creatorsgarten-wiki-cicd.yml b/.github/workflows/creatorsgarten-wiki-cicd.yml index 356b883b..653724be 100644 --- a/.github/workflows/creatorsgarten-wiki-cicd.yml +++ b/.github/workflows/creatorsgarten-wiki-cicd.yml @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2 + uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74 with: context: . push: ${{ github.event_name != 'pull_request' }}