Skip to content

Commit

Permalink
Added CI job to delete untagged images
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Dec 9, 2024
1 parent eda9ff1 commit 50ec967
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/create_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

delete-untagged-images:
name: Delete Untagged Images
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v5
with:
owner: 'moveit'
package-name: 'moveit_middleware_benchmark'
package-type: 'docker'
min-versions-to-keep: 5
delete-only-untagged-versions: 'true'

0 comments on commit 50ec967

Please sign in to comment.