Skip to content

Commit 5dd4daa

Browse files
committed
ci: update workflows
1 parent 00ae405 commit 5dd4daa

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

.github/workflows/deploy-docker-dockerhub.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,12 +1136,10 @@ jobs:
11361136
# #
11371137

11381138
- name: '🧹 Clean Untagged Images'
1139-
id: task_cleanup_clean
1140-
uses: quartx-analytics/ghcr-cleaner@v1
1139+
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
11411140
with:
1142-
owner-type: user
1143-
token: ${{ secrets.IMAGE_GHCR_TOKEN }}
1144-
repository-owner: ${{ github.repository_owner }}
1145-
repository-name: ${{ github.repository }}
1146-
delete-untagged: true
1147-
# keep-at-most: 0
1141+
owner_type: user
1142+
token: ${{ secrets.SELF_TOKEN_CL }}
1143+
repository_owner: ${{ github.repository_owner }}
1144+
repository: ${{ github.repository }}
1145+
untagged_only: true

.github/workflows/deploy-docker-github.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,12 +1154,10 @@ jobs:
11541154
# #
11551155

11561156
- name: '🧹 Clean Untagged Images'
1157-
id: task_cleanup_clean
1158-
uses: quartx-analytics/ghcr-cleaner@v1
1157+
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
11591158
with:
1160-
owner-type: user
1159+
owner_type: user
11611160
token: ${{ secrets.SELF_TOKEN_CL }}
1162-
repository-owner: ${{ github.repository_owner }}
1163-
repository-name: ${{ github.repository }}
1164-
delete-untagged: true
1165-
# keep-at-most: 0
1161+
repository_owner: ${{ github.repository_owner }}
1162+
repository: ${{ github.repository }}
1163+
untagged_only: true

0 commit comments

Comments
 (0)