Skip to content

ci: previous property is not working as expected #26

ci: previous property is not working as expected

ci: previous property is not working as expected #26

name: Container Image Cleanup
on:
# workflow_run:
# workflows: ["Nighly Docker Build"]
# types: [completed]
# workflow_dispatch:
push:
branches-ignore: [ main ]
jobs:
prune:
name: Prune Container Images
runs-on: ubuntu-latest
steps:
# - uses: bots-house/[email protected]
# with:
# owner: spectrocloud
# name: librarium
# token: ${{ secrets.GITHUB_TOKEN }}
# untagged-keep-latest: 1
- uses: snok/container-retention-policy@v2
with:
image-names: librarium
cut-off: 1 day ago UTC
timestamp-to-use: created_at
account-type: org
org-name: spectrocloud
keep-at-least: 1
skip-tags: nightly
dry-run: true
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Slack Notification
# if: ${{ failure() }}
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_USERNAME: "spectromate"
# SLACK_ICON_EMOJI: ":robot_panic:"
# SLACK_COLOR: ${{ job.status }}
# SLACK_MESSAGE: 'The nightly docs container prune workflow failed. Review the GitHub Actions logs for more details.'