]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Use a tagged version of the image cleaner action
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 30 Apr 2023 16:27:32 +0000 (09:27 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 5 May 2023 18:47:43 +0000 (11:47 -0700)
.github/workflows/cleanup-tags.yml

index 3885720d7ba02fd7c1a344bce25d9e40481e598b..a54716b5346e5935a164b178e6accbeeaea39e54 100644 (file)
@@ -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 }}"