Skip to content

Commit

Permalink
Merge pull request #1678 from pi-hole/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment/Chizkiyahu/delete-untagged-ghcr-action-6

Bump Chizkiyahu/delete-untagged-ghcr-action from 5 to 6
  • Loading branch information
yubiuser authored Jan 6, 2025
2 parents 7acd0d4 + 8f87949 commit 0976be7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ 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@v5
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand Down

0 comments on commit 0976be7

Please sign in to comment.