From 269b572f64e011ac747624aebcc5c9faa97de780 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 30 Apr 2025 08:09:27 +0000 Subject: [PATCH] Use newer build-push action. --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 19c778e..3f65510 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -49,7 +49,7 @@ jobs: images: ${{ secrets.REGISTRY_URL }}${{ env.IMAGE }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 env: ACTIONS_RUNTIME_TOKEN: '' with: