Skip to content

Commit 9b763d1

Browse files
authored
CI: change the naming convention for ali registry
Ali Docker Registry only allows 'latest' tag being overwritten to prevent mistakes. Changing pushed mirrors following the pattern of 'abacus-gnu:latest'.
1 parent eef640c commit 9b763d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
tags: |
4040
ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
41-
${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus:${{ matrix.dockerfile }}
41+
${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus-${{ matrix.dockerfile }}:latest
4242
file: Dockerfile.${{ matrix.dockerfile }}
4343
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
4444
cache-to: type=inline

0 commit comments

Comments
 (0)