From 8d5ec5505e2f608c0994b8fa77c8e295c63a6f67 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 30 Apr 2025 08:05:06 +0000 Subject: [PATCH] Schedule to 1am and use new build-push action. --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 0ffc307..ab3176b 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -5,7 +5,7 @@ on: branches: [ master ] schedule: # Run every Sunday at midnight - - cron: '0 0 * * 0' + - cron: '1 0 * * 0' env: IMAGE: /huber/stuck-web @@ -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: