Compare commits
2 Commits
93402e99ee
...
963fa24ce0
| Author | SHA1 | Date | |
|---|---|---|---|
| 963fa24ce0 | |||
|
|
1f4b59a18d |
@@ -132,7 +132,7 @@ runs:
|
|||||||
|
|
||||||
- name: 清理舊映像
|
- name: 清理舊映像
|
||||||
id: cleanup-images
|
id: cleanup-images
|
||||||
if: ${{ inputs.package-name != '' }}
|
if: inputs.package-name != ''
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "開始清理舊映像,保留最新 ${{ inputs.keep-count }} 個版本"
|
echo "開始清理舊映像,保留最新 ${{ inputs.keep-count }} 個版本"
|
||||||
|
|||||||
Reference in New Issue
Block a user