更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 1m51s
Details
Docker Deploy / build-and-deploy (push) Failing after 1m51s
Details
This commit is contained in:
parent
3e0f603457
commit
e8cd05ee4b
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# docker build -t $REMOTE_IMG_NAME . --file Dockerfile
|
# docker build -t $REMOTE_IMG_NAME . --file Dockerfile
|
||||||
|
|
||||||
- name: Build and Push Docker Image To Alibaba Cloud
|
- name: Build and Push Docker Image To Alibaba Cloud
|
||||||
uses: docker/build-push-action@v6
|
uses: http://${{vars.DOMAIN}}:5678/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: . Dockerfile
|
context: . Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue