Skip to content

Commit 69f1e2c

Browse files
authored
Merge pull request #102 from pi-hole/dependabot/github_actions/master/Chizkiyahu/delete-untagged-ghcr-action-6
Bump Chizkiyahu/delete-untagged-ghcr-action from 5 to 6
2 parents c8922a4 + c1232b9 commit 69f1e2c

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/housekeeping.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,9 @@ jobs:
66
housekeeping:
77
runs-on: ubuntu-latest
88
steps:
9-
-
10-
name: Set up Docker Buildx
11-
uses: docker/setup-buildx-action@v3
12-
-
13-
name: Login to GitHub Container Registry with PAT_TOKEN
14-
uses: docker/login-action@v3
15-
with:
16-
registry: ghcr.io
17-
username: ${{ github.actor }}
18-
password: ${{ secrets.PAT_TOKEN }}
199
-
2010
name: Delete all containers from repository without tags
21-
uses: Chizkiyahu/delete-untagged-ghcr-action@v5
11+
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
2212
with:
2313
token: ${{ secrets.PAT_TOKEN }}
2414
repository_owner: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)