From 4cd7501aadc0a55dc1a79aa0f0eaaa1f9c3c15ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:44:20 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.0.2 to 6.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 8bbe662..12f8b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build (test build linux/amd64) - uses: docker/build-push-action@v6.0.2 + uses: docker/build-push-action@v6.1.0 with: load: true labels: | @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push (linux/amd64,linux/arm64) - uses: docker/build-push-action@v6.0.2 + uses: docker/build-push-action@v6.1.0 with: labels: | org.opencontainers.image.created=${{ steps.prep.outputs.created }}