mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31: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
|
||||
tags: |
|
||||
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