From b268510d82bba03f1cc3dca3ea47ac53b304a773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:46:13 +0200 Subject: [PATCH] Bump docker/build-push-action from 6.5.0 to 6.6.0 (#846) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...4f7cdeb0f05278b464e71357394bf2c61f94138e) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.js.yml | 2 +- .github/workflows/pr.ci.js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index dd4fa55..f9f2f28 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -50,7 +50,7 @@ jobs: install: true - name: Build Docker image and store in cache - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e with: context: . push: false diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 8e0645d..8c4f4f7 100644 --- a/.github/workflows/pr.ci.js.yml +++ b/.github/workflows/pr.ci.js.yml @@ -52,7 +52,7 @@ jobs: install: true - name: Build Docker image and store in cache - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e with: context: . push: false