mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
ci/cd: 新增docker镜像缓存清理
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -32,3 +32,6 @@ jobs:
|
|||||||
no-cache: true
|
no-cache: true
|
||||||
tags: |
|
tags: |
|
||||||
allinssl/allinssl:latest
|
allinssl/allinssl:latest
|
||||||
|
- name: Clean up Docker node cache
|
||||||
|
run: |
|
||||||
|
curl -X POST "${{ secrets.DOCKER_CACHE_CLEANUP_URL }}" -F="repo=docker.io" -F "reference=latest" -F "name=allinssl/allinssl"
|
||||||
|
|||||||
Reference in New Issue
Block a user