From ce65f5da5fd9ae6b317174ac7fc9e75a7af04af5 Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Sat, 28 Oct 2023 15:32:22 -0400 Subject: [PATCH] need admin? --- .github/workflows/build.yml | 2 +- .github/workflows/cleanup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5735852b183..0a5f1cabb1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Create and publish Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: [ master ] + branches: [ master,ci-build-image ] schedule: # Build the image regularly (each Friday) to get new security fixes, even if pushes don't occur - cron: '13 23 * * 5' diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 3008cd03308..ca117e228f7 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -28,4 +28,4 @@ jobs: #package-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} package-name: "divinum-officium" package-type: 'container' - min-versions-to-keep: 2 + min-versions-to-keep: 10