diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 74becae..bc1a9d2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -57,3 +57,11 @@ jobs: build-args: | version=${{ matrix.version }} context: "{{defaultContext}}:postgres" + cleanup: + runs-on: ubuntu-latest + needs: [ 'perl', 'postgres' ] + steps: + - name: ghcr.io cleanup action + uses: dataaxiom/ghcr-cleanup-action@v1 + with: + dry-run: true