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

This commit is contained in:
2025-04-30 07:58:42 +00:00
parent 517dbe818b
commit d61646fded

View File

@@ -5,7 +5,7 @@ on:
branches: [ master ]
schedule:
# Run every Sunday at midnight
- cron: '0 0 * * 0'
- cron: '1 0 * * 0'
env:
IMAGE: /home/apc
@@ -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: