mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
Login action is part of the delete-untagged action now
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
10
.github/workflows/housekeeping.yml
vendored
10
.github/workflows/housekeeping.yml
vendored
@@ -6,16 +6,6 @@ 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@v6
|
||||
|
||||
Reference in New Issue
Block a user