Skip to content

Commit

Permalink
update docker-hub-retention
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplehmann committed Jul 1, 2024
1 parent 24878dd commit 5f13f70
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/docker-hub-retention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,105 +10,105 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: mailcatcher
uses: philiplehmann/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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/[email protected].4
uses: philiplehmann/[email protected].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"

0 comments on commit 5f13f70

Please sign in to comment.