From 212098183ab2ed42a149fb463471e71beb608137 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 10:37:09 +0900 Subject: [PATCH] chore(deps): update docker/build-push-action digest to c5e6528 (#1437) Co-authored-by: Renovate Bot --- .github/workflows/release.yml | 2 +- .github/workflows/runners.yml | 2 +- .github/workflows/wip.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fc8129c..2e1630b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.DOCKER_ACCESS_TOKEN }} - name: Build and Push - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@c5e6528d5ddefc82f682165021e05edf58044bce with: file: Dockerfile platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/runners.yml b/.github/workflows/runners.yml index 51edfc15..c197e83a 100644 --- a/.github/workflows/runners.yml +++ b/.github/workflows/runners.yml @@ -54,7 +54,7 @@ jobs: ghcr_password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Versioned Tags - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@c5e6528d5ddefc82f682165021e05edf58044bce with: context: ./runner file: ./runner/${{ matrix.dockerfile }} diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml index b288e980..6d397b3e 100644 --- a/.github/workflows/wip.yml +++ b/.github/workflows/wip.yml @@ -45,7 +45,7 @@ jobs: # Considered unstable builds # See Issue #285, PR #286, and PR #323 for more information - name: Build and Push - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@c5e6528d5ddefc82f682165021e05edf58044bce with: file: Dockerfile platforms: linux/amd64,linux/arm64