Skip to content

Commit

Permalink
Delete older images
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpnelson committed Nov 1, 2024
1 parent a5f0edf commit ccf3fde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
DOCKER_REGISTRY: 'ghcr.io'

- name: Deleting older images
uses: actions/delete-package-versions@v5
with:
package-name: 'smk-firewood/smk-firewood'
package-type: 'container'
min-versions-to-keep: 40

- name: deploying dev
uses: bcgov/smk-actions/smk-deploy@main
id: deploySMKContainer
Expand Down

0 comments on commit ccf3fde

Please sign in to comment.