更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 11s Details

This commit is contained in:
root 2024-07-06 23:47:59 +08:00
parent e8cd05ee4b
commit a1b5590014
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
with: with:
push: true push: true
context: . Dockerfile context: . Dockerfile
tags: $REMOTE_IMG_NAME tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
username: ${{ vars.ALI_USER }} username: ${{ vars.ALI_USER }}
password: ${{ vars.ALI_PWD }} password: ${{ vars.ALI_PWD }}
- name: Run On Server - name: Run On Server