Skip to content

Commit

Permalink
chore: delete old package versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Aug 6, 2024
1 parent 224557e commit b047e1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
- name: Delete old package versions
uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'hikka-next'
package-type: 'container'
token: ${{ github.token }}
num-old-versions-to-delete: 3

# Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit b047e1e

Please sign in to comment.