Skip to content

Commit

Permalink
update dfcloud pass
Browse files Browse the repository at this point in the history
  • Loading branch information
LYootsz committed Dec 3, 2024
1 parent 1e6dd18 commit 01ef3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
registry: "${{ secrets.REGISTRY_ALIYUN_ADDR }}"
username: "${{ secrets.REGISTRY_ALIYUN_USER }}"
password: "${{ secrets.REGISTRY_PASS }}"
password: "${{ secrets.ALIYUN_DF_CLOUD_REGISTRY_PASSWORD }}"

- name: set env
run: |
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: |
"registry.cn-beijing.aliyuncs.com/deepflow-ce/${{ env.IMAGE }}:${{ env.IMAGE_TAG_PREFIX }}-${{ env.IMAGE_TAG }}"
"registry.cn-beijing.aliyuncs.com/deepflow-ce/${{ env.IMAGE }}:${{ env.IMAGE_TAG_PREFIX }}"
"registry.cn-beijing.aliyuncs.com/deepflow-ce/${{ env.IMAGE }}:${{ env.IMAGE_TAG_PREFIX }}"

0 comments on commit 01ef3ec

Please sign in to comment.