From 33dbc3506fd29f743af720c9e9ccf205209da0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:07:23 +0000 Subject: [PATCH] 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/docker-image.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 67ec249..8f77e1d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -34,7 +34,7 @@ jobs: echo "::set-output name=BUILD_DATE::$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" - name: Build and push - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 with: context: ./7 file: ./7/Dockerfile diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cf0ac0a..f8eae6b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build and push - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 with: context: ./7 file: ./7/Dockerfile