From 3514a4bc026b6a5165ed35b4a1b1de892bcafb00 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Jun 2024 06:36:28 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .gitea/workflows/dl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index 3b1168c..378b38c 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -34,7 +34,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: push: ${{ gitea.ref_name == gitea.event.repository.default_branch || gitea.ref_type == 'tag' }} tags: ${{ steps.meta.outputs.tags }}