Skip to content

Commit

Permalink
Update docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger authored Jun 30, 2022
1 parent 681c70a commit 69e489f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
-
name: Login to Alibaba Cloud Container Registry (ACR)
uses: aliyun/acr-login@v1
uses: docker/login-action@v2
with:
region-id: cn-shanghai
registry: registry.cn-shanghai.aliyuncs.com
username: ${{ secrets.ACE_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}
- # copy multiplatform image from dockerhub to acr
name: Push Image to multiple registries
-
name: Push Images to ACR
uses: akhilerm/[email protected]
with:
src: docker.io/${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
Expand Down

0 comments on commit 69e489f

Please sign in to comment.