From 6c4bf807a0bfa814a795c91d92c5074d74b2cfbb Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Fri, 6 Oct 2023 00:11:52 +0300 Subject: [PATCH] Update action schedule --- .github/workflows/current.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 7be693a..666fcf6 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -14,7 +14,7 @@ on: workflow_dispatch: 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 jobs: @@ -33,7 +33,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages image-name: nextcloud # Provide only Docker image name 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 # # Steps represent a sequence of tasks that will be executed as part of the job