From 5f13f70bd5e6d6e3f2645c04c0fb3b1384fe9496 Mon Sep 17 00:00:00 2001 From: Philip Lehmann Date: Mon, 1 Jul 2024 21:32:06 +0200 Subject: [PATCH] update docker-hub-retention --- .github/workflows/docker-hub-retention.yaml | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/docker-hub-retention.yaml b/.github/workflows/docker-hub-retention.yaml index 2853cad1..e9489e0c 100644 --- a/.github/workflows/docker-hub-retention.yaml +++ b/.github/workflows/docker-hub-retention.yaml @@ -10,105 +10,105 @@ jobs: runs-on: [ubuntu-latest] steps: - name: mailcatcher - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/mailcatcher username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: maildev - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/maildev username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: mailhog - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/mailhog username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: pdftk - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/pdftk username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: poppler - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/poppler-server username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: puppeteer - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/puppeteer username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: tesseract - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/tesseract username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true" - name: unoserver - uses: philiplehmann/docker-hub-retention@v0.0.4 + uses: philiplehmann/docker-hub-retention@v0.0.6 with: repository: philiplehmann/unoserver username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} multiple: | - match: ([0-9\.]+)-([0-9]+) - retention: 6m + retention: 1m - match: build-cache.* retention: 14d dryrun: "true"