diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index bb52dd9..0e9a0a0 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -74,10 +74,13 @@ jobs: --build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \ --push \ - # - name: "Clean up docker images" - # uses: dataaxiom/ghcr-cleanup-action@main - # with: - # keep-n-tagged: 10 - # exclude-tags: dev - # dry-run: true - # token: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + - name: "Clean up docker images" + uses: dataaxiom/ghcr-cleanup-action@main + with: + dry-run: true + keep-n-tagged: 10 + exclude-tags: dev + delete-untagged: true + delete-ghost-images: true + delete-partial-images: true + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file