Skip to content

Commit eef640c

Browse files
authored
CI: also push image to aliyun registry.
1 parent a5bcc91 commit eef640c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Build and Push Container
3737
uses: docker/build-push-action@v2
3838
with:
39-
tags: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
39+
tags: |
40+
ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
41+
${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus:${{ matrix.dockerfile }}
4042
file: Dockerfile.${{ matrix.dockerfile }}
4143
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
4244
cache-to: type=inline

0 commit comments

Comments
 (0)