Remove Docker cache configuration
Build and Push Docker Image / build_docker_image (push) Successful in 8m9s
Build and Push Docker Image / build_docker_image (push) Successful in 8m9s
This commit is contained in:
@@ -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 # 将构建层写入缓存
|
||||
Reference in New Issue
Block a user