Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu authored Nov 12, 2024
1 parent 1c77a06 commit c75a8df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ delete all / untagged ghcr containers in a repository
<!-- start usage -->
```yaml
- name: Delete untagged ghcr
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
# Personal access token (PAT) used to fetch the repository. The PAT is configured
# with the local git config, which enables your scripts to run authenticated git
Expand Down Expand Up @@ -60,7 +60,7 @@ delete all / untagged ghcr containers in a repository
## Delete all owner containers without tags
```yaml
- name: Delete all owner containers without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -70,7 +70,7 @@ delete all / untagged ghcr containers in a repository
## Delete all owner containers
```yaml
- name: Delete all owner containers
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -81,7 +81,7 @@ delete all / untagged ghcr containers in a repository
## Delete all containers from repository without tags
```yaml
- name: Delete all containers from repository without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -102,7 +102,7 @@ delete all / untagged ghcr containers in a repository
username: ${{ github.actor }}
password: ${{ secrets.PAT_TOKEN }}
- name: Delete all containers from repository without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -117,7 +117,7 @@ delete all / untagged ghcr containers in a repository
## Delete all containers from repository
```yaml
- name: Delete all containers from repository
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -129,7 +129,7 @@ delete all / untagged ghcr containers in a repository
## Delete all containers from package without tags
```yaml
- name: Delete all containers from package without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ github.token }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -150,7 +150,7 @@ delete all / untagged ghcr containers in a repository
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Delete all containers from package without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ github.token }}
repository_owner: ${{ github.repository_owner }}
Expand All @@ -164,7 +164,7 @@ delete all / untagged ghcr containers in a repository
## Delete all containers from packages
```yaml
- name: Delete all containers from package
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with:
token: ${{ github.token }}
repository_owner: ${{ github.repository_owner }}
Expand Down

0 comments on commit c75a8df

Please sign in to comment.