From 2039f673ad469cec0f4b0a463780b94bd9823a8d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Jun 2024 10:01:38 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .gitea/workflows/upload-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/upload-image.yaml b/.gitea/workflows/upload-image.yaml index e770c19..087ed24 100644 --- a/.gitea/workflows/upload-image.yaml +++ b/.gitea/workflows/upload-image.yaml @@ -54,7 +54,7 @@ jobs: key: ${{ runner.os }}-buildx - name: Build and Push (Latest) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: steps.branch-name.outputs.current_branch == 'master' with: push: true @@ -64,7 +64,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache - name: Build and Push (Other Branches) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: steps.branch-name.outputs.current_branch != 'master' with: push: true