From 9e22c9c50750eab5109e6c13d0856ef584ae2e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:45:19 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.4.0 to 6.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.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 e61a38a..6afc926 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@v5.4.0 + uses: docker/build-push-action@v6.0.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@v5.4.0 + uses: docker/build-push-action@v6.0.0 with: labels: | org.opencontainers.image.created=${{ steps.prep.outputs.created }}