From fa00df1ed9c6e93b44bfd9ffad5a4dc55ad44084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:05:22 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to f05b754 (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker/build-push-action | action | digest | `68d0dc2` -> `f05b754` | --- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 ab02c58d..3af27265 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@68d0dc20df34f84bca5214ce60a32e2d589dbaf2 + uses: docker/build-push-action@f05b754b571695bf93164b9b54cb8e2e96e22706 with: context: . push: ${{ github.event_name != 'pull_request' }}