From a942c1adb5dbdabe99ca549b58c8ec3ac35027ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:14:27 +0000 Subject: [PATCH] :arrow_up: Update docker/build-push-action action to v5 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f50121..a247262 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: echo "tag=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_ENV - name: Build and push Docker - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true context: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c599ed1..fdd0527 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: echo "tag=${{ steps.branch-name.outputs.tag }}" >> $GITHUB_ENV - name: Build and push Docker - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true context: .