From 55a29b1e276fb18a86de91abe66d3a97e68a78cd Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:09:24 +0100 Subject: [PATCH] Update docker/build-push-action action to v5 (#32) Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-build-push-container-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-push-container-ghcr.yaml b/.github/workflows/reusable-build-push-container-ghcr.yaml index 2e45073..2382c45 100644 --- a/.github/workflows/reusable-build-push-container-ghcr.yaml +++ b/.github/workflows/reusable-build-push-container-ghcr.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ github.token }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: platforms: ${{ inputs.platforms }} provenance: false