We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7066b3a commit fb91f2bCopy full SHA for fb91f2b
1 file changed
.github/workflows/build-push.yaml
@@ -53,7 +53,4 @@ jobs:
53
runs-on: ubuntu-latest
54
needs: build-push
55
steps:
56
- - name: Checkout code
57
- uses: actions/checkout@v4
58
-
59
- - run: .github/workflows/delete_untagged.py ${{ secrets.GITHUB_TOKEN}}
+ - uses: dataaxiom/ghcr-cleanup-action@v1
0 commit comments