diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e611338..660d79c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -73,3 +73,10 @@ jobs: --build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \ --push \ + - name: "Clean up docker images" + uses: dataaxiom/ghcr-cleanup-action@v1.0.1 + with: + keep-n-tagged: 10 + exclude-tags: dev + dry-run: true + token: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file