From 2849b6c545941cb005447fe7dc85667f7204510c Mon Sep 17 00:00:00 2001 From: Olivier Dulcy Date: Thu, 28 Sep 2023 15:26:56 +0200 Subject: [PATCH] Address last pr comments --- .github/workflows/public_docker_images.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/public_docker_images.yml b/.github/workflows/public_docker_images.yml index 77c5b4c12b..f31e5a2539 100644 --- a/.github/workflows/public_docker_images.yml +++ b/.github/workflows/public_docker_images.yml @@ -4,13 +4,12 @@ name: Docker image on ghcr.io on: push: - branches: main tags: - 'v*' pull_request: branches: main schedule: - - cron: '0 2 1 * *' # At 02:00 on day-of-month 1 + - cron: '0 2 29 * *' # At 02:00 on day-of-month 29 env: REGISTRY: ghcr.io @@ -86,5 +85,5 @@ jobs: SYSTEM=${{ matrix.system }} DOCTR_REPO=${{ github.repository }} DOCTR_VERSION=${{ github.sha }} - push: false # TODO: CHANGE ME + push: true tags: ${{ steps.meta.outputs.tags }}