From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:27:32 +0000 (-0700) Subject: Use a tagged version of the image cleaner action X-Git-Tag: v1.14.5~1^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a5fd377ef6464af95067f12fd59bbbddcce515;p=thirdparty%2Fpaperless-ngx.git Use a tagged version of the image cleaner action --- diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 3885720d7b..a54716b534 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 }}"