Skip to content

Commit

Permalink
docker aliyun
Browse files Browse the repository at this point in the history
  • Loading branch information
li-peifeng committed Jan 7, 2025
1 parent a80be10 commit 5e3725f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
images: |
leolitaly/isweet
ghcr.io/${{ github.repository }}
crpi-lzr94m9idb4j2kpi.cn-shanghai.personal.cr.aliyuncs.com/isweet/isweet
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -63,6 +64,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to aliyun
uses: docker/login-action@v3
with:
registry: crpi-lzr94m9idb4j2kpi.cn-shanghai.personal.cr.aliyuncs.com
username: ${{ secrets.ALI_USERNAME }}
password: ${{ secrets.ALI_TOKEN }}

- name: Build and push Docker images
id: push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 5e3725f

Please sign in to comment.