触发 CI
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m48s

This commit is contained in:
cheney 2025-07-22 11:14:55 +08:00
parent c0955b300d
commit b275db54e6

View File

@ -13,6 +13,7 @@ jobs:
uses: https://gitea.com/actions/checkout@v3
- name: 镜像构建
uses: https://gitea.com/actions/build-push-action@v5
with:
context: .
run: |
docker build -t ak13:latest .
# 可以检查镜像是否构建成功
docker images