From e5becffe4f8e51eb9fb7aba08f5bcc0b2ca08362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:08:48 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 2.5.0 to 3.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v3.2.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/dev-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-container.yml b/.github/workflows/dev-container.yml index 5b89804..15557ea 100644 --- a/.github/workflows/dev-container.yml +++ b/.github/workflows/dev-container.yml @@ -50,7 +50,7 @@ jobs: # DOCKER_BUILDKIT=1 docker build --secret id=qt-account-email,src=<(printf myemail) --secret id=qt-account-password,src=<(printf mypassword) -f linux.Dockerfile . - name: Docker build and push id: docker_build - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v3.2.0 with: context: . file: ci/docker/linux.Dockerfile