Skip to content

Commit c1232b9

Browse files
committed
Login action is part of the delete-untagged action now
Signed-off-by: yubiuser <[email protected]>
1 parent 5f4d004 commit c1232b9

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/housekeeping.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ 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
2111
uses: Chizkiyahu/delete-untagged-ghcr-action@v6

0 commit comments

Comments
 (0)