mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +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:
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user