Compare commits

...

2 Commits

Author SHA1 Message Date
Trenton H
8ff4fba8b6 Restores package deletion 2025-10-03 11:26:16 -07:00
Trenton H
f3ccc11f8a Disable delete and move to the new and improved branch for testing 2025-10-02 19:58:16 -07:00

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- name: Clean temporary images
if: "${{ env.TOKEN != '' }}"
uses: stumpylog/image-cleaner-action/ephemeral@v0.11.0
uses: stumpylog/image-cleaner-action/ephemeral@feature/async-and-typing
with:
token: "${{ env.TOKEN }}"
owner: "${{ github.repository_owner }}"
@@ -53,7 +53,7 @@ jobs:
steps:
- name: Clean untagged images
if: "${{ env.TOKEN != '' }}"
uses: stumpylog/image-cleaner-action/untagged@v0.11.0
uses: stumpylog/image-cleaner-action/untagged@feature/async-and-typing
with:
token: "${{ env.TOKEN }}"
owner: "${{ github.repository_owner }}"