From 1912b1f1fa6105203164a54ae1e83f496fdc8330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:18:27 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.0.0 to 6.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.0.0...v6.1.0) --- 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1435935..899db59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: key: ${{steps.info.outputs.cache-key}} restore-keys: ${{steps.info.outputs.cache-restore-keys}} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v6.1.0 with: builder: ${{steps.buildx.outputs.name}} context: . @@ -99,7 +99,7 @@ jobs: password: ${{github.token}} - name: Push image if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v6.1.0 with: builder: ${{steps.buildx.outputs.name}} context: .