diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ff80060..d1143c9 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -73,10 +73,10 @@ 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: + # keep-n-tagged: 10 + # exclude-tags: dev + # dry-run: true + # token: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file