From 0ab0f8390bc9ff5f2b6f32c0a97ffcbba7352c0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 08:31:12 +0000 Subject: [PATCH] Update docker/build-push-action action to v4.2.0 --- .github/workflows/release-artifacts.yaml | 2 +- .github/workflows/test-docker-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-artifacts.yaml b/.github/workflows/release-artifacts.yaml index b6619af49..1bfd8d001 100644 --- a/.github/workflows/release-artifacts.yaml +++ b/.github/workflows/release-artifacts.yaml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build a docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.2.0 with: file: Dockerfile context: . diff --git a/.github/workflows/test-docker-build.yaml b/.github/workflows/test-docker-build.yaml index 520065828..554d8643a 100644 --- a/.github/workflows/test-docker-build.yaml +++ b/.github/workflows/test-docker-build.yaml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build a docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.2.0 with: file: Dockerfile context: .