Update action schedule

This commit is contained in:
Jarno Rankinen 2023-10-06 00:11:52 +03:00 committed by GitHub
parent 04f8a076d3
commit 6c4bf807a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "59 23 * * *" - cron: "39 20 * * *"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
@ -33,7 +33,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: nextcloud # Provide only Docker image name image-name: nextcloud # Provide only Docker image name
extract-git-tag: true # Provide flag to extract Docker image tag from git reference extract-git-tag: true # Provide flag to extract Docker image tag from git reference
additional-image-tags: latest additional-image-tags: latest 27
custom-args: --platform=linux/arm64,linux/amd64 # specify target architectures via the custom-args: --platform=linux/arm64,linux/amd64 # specify target architectures via the
# # Steps represent a sequence of tasks that will be executed as part of the job # # Steps represent a sequence of tasks that will be executed as part of the job