This commit is contained in:
parent
0d218519dc
commit
c26602705e
6
.github/workflows/docker.yaml
vendored
6
.github/workflows/docker.yaml
vendored
@ -41,7 +41,11 @@ jobs:
|
||||
|
||||
- name: Login to Aliyun Container Registry
|
||||
run: |
|
||||
echo "$ALIYUN_REGISTRY_PASSWORD" | docker login -u "$ALIYUN_REGISTRY_USER" --password-stdin "$ALIYUN_REGISTRY"
|
||||
echo "${{ secrets.ALIYUN_REGISTRY_PASSWORD }}" | docker login \
|
||||
--username "${{ secrets.ALIYUN_REGISTRY_USER }}" \
|
||||
--password-stdin \
|
||||
"${{ secrets.ALIYUN_REGISTRY }}"
|
||||
|
||||
|
||||
- name: Build and push image Aliyun
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user