Skip to content

Commit 12221fa

Browse files
authored
Merge pull request #153 from dyzheng/merge
Merge: fix image name
2 parents a3c0008 + 8de2d64 commit 12221fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: docker/metadata-action@v4
1919
with:
2020
images: |
21-
ghcr.io/${{ github.repository_owner }}
22-
${{ secrets.DP_HARBOR_REGISTRY }}/dplc
21+
ghcr.io/${{ github.repository_owner }}/abacus
22+
${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus
2323
tags: type=semver,pattern={{version}}
2424

2525
- name: Setup Docker Buildx
@@ -45,3 +45,4 @@ jobs:
4545
tags: ${{ steps.meta.outputs.tags }}
4646
file: Dockerfile
4747
push: ${{ github.event_name == 'push' }}
48+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)