Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Oct 3, 2023
1 parent 9c3df9b commit 0311cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
- name: Delete image
uses: bots-house/ghcr-delete-image-action@v1.1.0
uses: lazyfrosch/ghcr-delete-image-action@main
with:
# NOTE: at now only orgs is supported
owner: ${{ github.actor }}
name: vscode-devcontainers/commons
is_user: true
# NOTE: using Personal Access Token
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.env-setup.outputs.image_tag }}

0 comments on commit 0311cd7

Please sign in to comment.