From 4d09e883c5994a053bb534eac0dc53333645c62c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:14:00 -0400 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 (#113) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/push-pr-lint.yaml | 2 +- .github/workflows/release-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-pr-lint.yaml b/.github/workflows/push-pr-lint.yaml index b4edfe698..91a775788 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -27,7 +27,7 @@ jobs: - name: Build image - no push id: dockerbuild - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: false diff --git a/.github/workflows/release-docker-image.yml b/.github/workflows/release-docker-image.yml index ca7e6e011..ecbe08df5 100644 --- a/.github/workflows/release-docker-image.yml +++ b/.github/workflows/release-docker-image.yml @@ -49,7 +49,7 @@ jobs: - name: Build and Push Images id: dockerbuild - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: provenance: false context: .