From dcfce9242b69a6cad3b9a34e217a34478634e55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:24:34 +0100 Subject: [PATCH] Bump docker/build-push-action from 3.1.1 to 4.0.0 (#167) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antonio Navarro Perez --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 765602b..d12ca07 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -39,7 +39,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v4.0.0 with: context: . push: ${{ github.event_name != 'pull_request' }}