mirror of
https://github.com/immich-app/immich.git
synced 2025-01-23 17:03:18 +02:00
chore(ci): versions the Docker cleaning action to latest released (#2438)
This commit is contained in:
parent
7f2fa23179
commit
f4aefcb18b
6
.github/workflows/docker-cleanup.yml
vendored
6
.github/workflows/docker-cleanup.yml
vendored
@ -38,11 +38,12 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Clean temporary images
|
name: Clean temporary images
|
||||||
if: "${{ env.TOKEN != '' }}"
|
if: "${{ env.TOKEN != '' }}"
|
||||||
uses: stumpylog/image-cleaner-action/ephemeral@develop
|
uses: stumpylog/image-cleaner-action/ephemeral@v0.1.0
|
||||||
with:
|
with:
|
||||||
token: "${{ env.TOKEN }}"
|
token: "${{ env.TOKEN }}"
|
||||||
owner: "immich-app"
|
owner: "immich-app"
|
||||||
is_org: "true"
|
is_org: "true"
|
||||||
|
do_delete: "true"
|
||||||
package_name: "${{ matrix.primary-name }}"
|
package_name: "${{ matrix.primary-name }}"
|
||||||
scheme: "pull_request"
|
scheme: "pull_request"
|
||||||
repo_name: "immich"
|
repo_name: "immich"
|
||||||
@ -69,9 +70,10 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Clean untagged images
|
name: Clean untagged images
|
||||||
if: "${{ env.TOKEN != '' }}"
|
if: "${{ env.TOKEN != '' }}"
|
||||||
uses: stumpylog/image-cleaner-action/untagged@develop
|
uses: stumpylog/image-cleaner-action/untagged@v0.1.0
|
||||||
with:
|
with:
|
||||||
token: "${{ env.TOKEN }}"
|
token: "${{ env.TOKEN }}"
|
||||||
owner: "immich-app"
|
owner: "immich-app"
|
||||||
|
do_delete: "true"
|
||||||
is_org: "true"
|
is_org: "true"
|
||||||
package_name: "${{ matrix.primary-name }}"
|
package_name: "${{ matrix.primary-name }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user