Skip to content

Commit

Permalink
Remove untagged-keep-latest from tagged image delete
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Aug 12, 2024
1 parent c248380 commit d309db9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
name: tel2
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ needs.build_images.outputs.telepresenceSemver }}
untagged-keep-latest: 6
- name: Delete telepresence image
uses: bots-house/[email protected]
continue-on-error: true
Expand All @@ -121,7 +120,6 @@ jobs:
name: telepresence
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ needs.build_images.outputs.telepresenceSemver }}
untagged-keep-latest: 6
- name: Delete tel2 untagged images
uses: bots-house/[email protected]
with:
Expand Down

0 comments on commit d309db9

Please sign in to comment.