From d8d1a014d92e1c771833a1477e944b8747449349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:19:42 +0200 Subject: [PATCH] Bump docker/build-push-action from 6.6.0 to 6.6.1 (#853) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4f7cdeb0f05278b464e71357394bf2c61f94138e...16ebe778df0e7752d2cfcbd924afdbbd89c1a755) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 f9f2f28..1b5661d 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@4f7cdeb0f05278b464e71357394bf2c61f94138e + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 with: context: . push: false diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 8c4f4f7..52d52d2 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@4f7cdeb0f05278b464e71357394bf2c61f94138e + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 with: context: . push: false