From 8e064d75b3e30edd43752ac4b5cca5817cd1d14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:48:37 +0000 Subject: [PATCH] deps: bump docker/build-push-action in the production-dependencies group Bumps the production-dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8dc48b7..5e6ea82 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -89,7 +89,7 @@ jobs: type=semver,pattern=v{{major}},value=${{ inputs.version }} - name: Build Docker image - uses: docker/build-push-action@v6.2.0 + uses: docker/build-push-action@v6.3.0 id: build with: file: "${{ inputs.docker-file }}"