File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
REGISTRY : ghcr.io
12
12
REGISTRY_DOCKERHUB : docker.io
13
+ REGISTRY_ALIYUN : registry.aliyuncs.com
13
14
IMAGE_NAME : ${{ github.repository }}
14
15
15
16
jobs :
52
53
run : |
53
54
docker login --username linuxsuren --password ${{secrets.DOCKER_HUB_PUBLISH_SECRETS}}
54
55
docker login ${{ env.REGISTRY }}/linuxsuren --username linuxsuren --password ${{secrets.GH_PUBLISH_SECRETS}}
56
+ docker login ${{ env.REGISTRY_ALIYUN }}/linuxsuren --username ${{ secrets.REGISTRY_ALIYUN_USER }} --password ${{secrets.REGISTRY_ALIYUN_PUBLISH_SECRETS}}
55
57
- name : Run GoReleaser
56
58
uses : goreleaser/goreleaser-action@v6
57
59
with :
65
67
cd dist
66
68
oras push ${{ env.REGISTRY_DOCKERHUB }}/linuxsuren/atest-ext-store-orm:${TAG#v} */*
67
69
oras push ${{ env.REGISTRY }}/linuxsuren/atest-ext-store-orm:${TAG#v} */*
70
+ oras push ${{ env.REGISTRY_ALIYUN }}/linuxsuren/atest-ext-store-orm:${TAG#v} */*
68
71
69
72
image :
70
73
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments