From 623a583454a60abd9ab43003ff07d6f16850ff01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:08:25 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/image-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index 3dbcd1e1..f463ee8d 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -87,7 +87,7 @@ jobs: echo "branch=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_OUTPUT - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: docker platforms: linux/amd64,linux/arm64/v8