From cf71bb9100385878b86d1fe5ef9402506b59794a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:14:21 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.1.0 to 6.6.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56...16ebe778df0e7752d2cfcbd924afdbbd89c1a755) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-release.yml b/.github/workflows/cicd-release.yml index b23d5c4..0b47de4 100644 --- a/.github/workflows/cicd-release.yml +++ b/.github/workflows/cicd-release.yml @@ -33,7 +33,7 @@ jobs: - name: Build and Push id: build_and_push - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 with: push: true tags: ministryofjustice/tech-docs-github-pages-publisher:${{ github.ref_name }}