From 81a5fd377ef6464af95067f12fd59bbbddcce515 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sun, 30 Apr 2023 09:27:32 -0700 Subject: [PATCH] Use a tagged version of the image cleaner action --- .github/workflows/cleanup-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 3885720d7..a54716b53 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -29,7 +29,7 @@ jobs: - name: Clean temporary images if: "${{ env.TOKEN != '' }}" - uses: stumpylog/image-cleaner-action/ephemeral@develop + uses: stumpylog/image-cleaner-action/ephemeral@v0.1.0 with: token: "${{ env.TOKEN }}" owner: "${{ github.repository_owner }}" @@ -75,7 +75,7 @@ jobs: - name: Clean untagged images if: "${{ env.TOKEN != '' }}" - uses: stumpylog/image-cleaner-action/untagged@develop + uses: stumpylog/image-cleaner-action/untagged@v0.1.0 with: token: "${{ env.TOKEN }}" owner: "${{ github.repository_owner }}"