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 }}"