We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59eda0 commit a607018Copy full SHA for a607018
.github/workflows/cleanup_container_tags.yml
@@ -32,7 +32,7 @@ jobs:
32
echo -e "\e[35m\e[tag=${TAG} >> \$GITHUB_OUTPUT\e[0m"
33
echo "tag=${TAG}" >> ${GITHUB_OUTPUT}
34
- name: Delete tags
35
- uses: vlaurin/action-ghcr-prune@v0.5.0
+ uses: vlaurin/action-ghcr-prune@v0.6.0
36
with:
37
token: ${{ secrets.GITHUB_TOKEN }}
38
organization: tue-robotics
0 commit comments