Skip to content

Commit

Permalink
need admin?
Browse files Browse the repository at this point in the history
  • Loading branch information
benyanke committed Oct 28, 2023
1 parent 5008891 commit ce65f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ce65f5d

Please sign in to comment.