Remove Docker cache configuration
Build and Push Docker Image / build_docker_image (push) Successful in 8m9s

This commit is contained in:
2025-08-04 02:43:09 +08:00
parent 6c42d5d654
commit 14ee46a24b
-2
View File
@@ -53,5 +53,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} # 只有在非 PR 事件时才推送
tags: ${{ steps.meta.outputs.tags }} # 使用 docker/metadata-action 生成的标签
labels: ${{ steps.meta.outputs.labels }} # 使用 docker/metadata-action 生成的标签
cache-from: type=gha # 启用 GitHub Actions 缓存构建层
cache-to: type=gha,mode=max # 将构建层写入缓存