Merge pull request #1678 from pi-hole/dependabot/github_actions/development/Chizkiyahu/delete-untagged-ghcr-action-6

Bump Chizkiyahu/delete-untagged-ghcr-action from 5 to 6
This commit is contained in:
yubiuser
2025-01-06 10:49:22 +01:00
committed by GitHub

View File

@@ -6,19 +6,9 @@ jobs:
housekeeping: housekeeping:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to GitHub Container Registry with PAT_TOKEN
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT_TOKEN }}
- -
name: Delete all containers from repository without tags name: Delete all containers from repository without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v5 uses: Chizkiyahu/delete-untagged-ghcr-action@v6
with: with:
token: ${{ secrets.PAT_TOKEN }} token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }} repository_owner: ${{ github.repository_owner }}