We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8922a4 + c1232b9 commit 69f1e2cCopy full SHA for 69f1e2c
1 file changed
.github/workflows/housekeeping.yml
@@ -6,19 +6,9 @@ jobs:
6
housekeeping:
7
runs-on: ubuntu-latest
8
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 }}
19
-
20
name: Delete all containers from repository without tags
21
- uses: Chizkiyahu/delete-untagged-ghcr-action@v5
+ uses: Chizkiyahu/delete-untagged-ghcr-action@v6
22
with:
23
token: ${{ secrets.PAT_TOKEN }}
24
repository_owner: ${{ github.repository_owner }}
0 commit comments