From 3cdeee5cb764e86841d973d648b47e0c2192fa82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:04:44 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 976e19f8..6e73ca17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: ./script/ci-prep.bash - name: Build and push - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.prep.outputs.tags }}