Skip to content

Commit

Permalink
Update action for pruning untagged in preprod deployment ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Jul 21, 2023
1 parent 5faa6a5 commit 6aa15a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
organization: datalab-mi
container: basegun/basegun-backend
dry-run: false
untagged: true
prune-untagged: true
- name: Delete untagged images
uses: vlaurin/action-ghcr-prune@main
with:
token: ${{ secrets.PERSO_ACCESS_TOKEN }}
organization: datalab-mi
container: basegun/basegun-frontend
dry-run: false
untagged: true
prune-untagged: true

deploy-preprod:
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 6aa15a5

Please sign in to comment.