From a691076b7b7c5be73aca51dd527f36d4177e8628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:05:57 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.4.1 to 6.8.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.4.1...v6.8.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/devcontainer-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index 5761a38b..16600de4 100644 --- a/.github/workflows/devcontainer-build.yaml +++ b/.github/workflows/devcontainer-build.yaml @@ -32,7 +32,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.4.0 - name: Build and Push - uses: docker/build-push-action@v6.4.1 + uses: docker/build-push-action@v6.8.0 with: context: . file: .devcontainer/Dockerfile