mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-19 18:08:35 +00:00
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:
12
.github/workflows/housekeeping.yml
vendored
12
.github/workflows/housekeeping.yml
vendored
@@ -6,19 +6,9 @@ jobs:
|
||||
housekeeping:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
|
||||
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
|
||||
with:
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
repository_owner: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user