From 98aeca23c46226d1a403e29f0872d937a8b4b172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:26:59 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v4.2.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0941f9091..cf9fc23ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker Release - uses: "docker/build-push-action@v4.1.1" + uses: "docker/build-push-action@v4.2.1" with: provenance: false file: "./Sample-Server/Dockerfile"