ci/cd: restore latest tag in Docker build workflow

pull/236/head
YANGJINZE 2025-06-07 18:42:28 +08:00
parent 6de0c9d9cc
commit 6d7a69ad52
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ jobs:
push: true
no-cache: true
tags: |
allinssl/allinssl:latest
allinssl/allinssl:${{ env.VERSION }}
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"