修复一个格式错误
Some checks failed
Docker Build / Build and push docker image (push) Failing after 4s

This commit is contained in:
xiaohei 2025-02-16 08:08:52 +08:00
parent 8da36ac54f
commit cb77dfc2b7

View File

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Build and Push
uses: gcr.io/kaniko-project/executor@latest # 使用官方 Kaniko Action
uses: https://gcr.io/kaniko-project/executor@latest # 使用官方 Kaniko Action
with:
context: .
dockerfile: Dockerfile