Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Jan 30, 2024
1 parent b6216ad commit 78873bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/delete-untagged-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
delete-untagged-images:
name: Delete Untagged Images
runs-on: ubuntu-latest
strategy:
matrix:
image_name: [conda-jax, basicpy-docker-mcmicro]
steps:
- uses: bots-house/[email protected]
with:
# NOTE: at now only orgs is supported
owner: bots-house
name: some-web-service
owner: yfukai
name: ${{ matrix.image_name }}
# NOTE: using Personal Access Token
token: ${{ secrets.GITHUB_TOKEN }}
# Keep latest N untagged images
untagged-keep-latest: 3
untagged-keep-latest: 2

0 comments on commit 78873bb

Please sign in to comment.