From 01a74f49c833cf1c7757728bba2f54fce166105b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:59:41 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 2.5.0 to 3.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v3.3.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..d307a45 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.3.0 with: context: . file: ci/docker/linux.Dockerfile