From 95d3dcf732ffbb0c80c1fca0b463668da81c5d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:09:30 +0200 Subject: [PATCH] Bump docker/build-push-action from 6.0.1 to 6.0.2 (#49) 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/94f8f8c2eec4bc3f1d78c1755580779804cb87b2...f6010ea70151369b06f0194be1051fbbdff851b2) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb53458..e876e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 + uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 with: context: . push: ${{ github.event_name != 'pull_request' }}