Skip to content

Commit

Permalink
Don't delete untagged images.
Browse files Browse the repository at this point in the history
We're using multi-platform builds. They push tagged manifests that
reference untagged images. To garbage collect untagged images is
therefore fatal!

Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Oct 8, 2024
1 parent 23b5ca7 commit 7c6a766
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,3 @@ jobs:
name: telepresence
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ needs.build_images.outputs.telepresenceSemver }}
- name: Delete tel2 untagged images
uses: bots-house/[email protected]
with:
owner: telepresenceio
name: tel2
token: ${{ secrets.GITHUB_TOKEN }}
untagged-keep-latest: 6
- name: Delete telepresence untagged images
uses: bots-house/[email protected]
with:
owner: telepresenceio
name: telepresence
token: ${{ secrets.GITHUB_TOKEN }}
untagged-keep-latest: 6

0 comments on commit 7c6a766

Please sign in to comment.