Skip to content

Commit

Permalink
Fix retention.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus authored Nov 24, 2024
1 parent bd45d6f commit d00f438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
name: Github Container Registry Retention Policy
steps:
- name: Clean up untagged Autoware images
- name: Clean up untagged images
uses: snok/[email protected]
with:
account: bounverif
account: bouncmpe
token: ${{ secrets.GITHUB_TOKEN }}
image-names: "labs344"
tag-selection: untagged
Expand Down

0 comments on commit d00f438

Please sign in to comment.