From 1dc80e0c9a5f4ccd3ef49902f96e8005300fe0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 09:17:31 +0000 Subject: [PATCH] Bump docker/build-push-action from 2 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- 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/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a37cc3..e81cca6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: username: ${{ secrets.DOCKER_REGISTRY_LOGIN }} password: ${{ secrets.DOCKER_REGISTRY_TOKEN }} - name: Build and push docker image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: file: ./src/${{ env.PROJECT}}/Dockerfile context: ./app