Skip to content

Commit

Permalink
docs: fix image pull reg (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Aug 24, 2023
1 parent 0b3344f commit d3566dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:
packages: write
runs-on: ubuntu-latest
steps:
- uses: doodlescheduling/gh-package-retention@v2
- uses: docker://ghcr.io/doodlescheduling/gh-package-retention@sha256:bc6b277986d5a8d0a1c2f67f148cf66bfb40710d6f557b355bf02016bdfdb57c # v2.0.1
name: Delete oci helm charts older than 90 days
env:
PACKAGES: charts/${{ github.event.repository.name }}
PACKAGE_TYPE: container
AGE: 2160h
VERSION_MATCH: 0.0.0-.*
- uses: doodlescheduling/gh-package-retention@v2
- uses: docker://ghcr.io/doodlescheduling/gh-package-retention@sha256:bc6b277986d5a8d0a1c2f67f148cf66bfb40710d6f557b355bf02016bdfdb57c # v2.0.1
name: Delete maven snapshot versions older than 90 days
with:
PACKAGES: org.example.mypackage
Expand Down

0 comments on commit d3566dd

Please sign in to comment.