Schedule to 1am and use new build-push action.
All checks were successful
Build ASU website image / Build-and-release-image (push) Successful in 1m0s

This commit is contained in:
2025-04-30 08:03:54 +00:00
parent 9243375da4
commit 8708923cc4

View File

@@ -5,7 +5,7 @@ on:
branches: [ master ] branches: [ master ]
schedule: schedule:
# Run every Sunday at midnight # Run every Sunday at midnight
- cron: '0 0 * * 0' - cron: '1 0 * * 0'
env: env:
IMAGE: /arbeitsschutz-ulm/website IMAGE: /arbeitsschutz-ulm/website
@@ -49,7 +49,7 @@ jobs:
images: ${{ secrets.REGISTRY_URL }}${{ env.IMAGE }} images: ${{ secrets.REGISTRY_URL }}${{ env.IMAGE }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
env: env:
ACTIONS_RUNTIME_TOKEN: '' ACTIONS_RUNTIME_TOKEN: ''
with: with: