ci: remove buildx
This commit is contained in:
@@ -31,15 +31,10 @@ jobs:
|
||||
echo "Tag: ${GITHUB_REF_NAME}"
|
||||
echo "Runner: $(uname -a)"
|
||||
|
||||
- name: Build and Push
|
||||
uses: https://gitee.com/gitea-actions/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
# 自动给镜像打上最新版标签和 Git Commit SHA 标签
|
||||
tags: |
|
||||
registry.cn-shanghai.aliyuncs.com/taochen/opencode-custom:latest
|
||||
- name: Build and Push Image
|
||||
run: |
|
||||
docker build -t registry.cn-shanghai.aliyuncs.com/taochen/opencode-custom:latest .
|
||||
docker push registry.cn-shanghai.aliyuncs.com/taochen/opencode-custom:latest
|
||||
|
||||
- name: Verify image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user