Skip to content

Commit

Permalink
CI: fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 committed Jun 10, 2022
1 parent 654cea9 commit f9a2e7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/${{ github.repository_owner }}
${{ secrets.DP_HARBOR_REGISTRY }}/dplc
ghcr.io/${{ github.repository_owner }}/abacus
${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus
tags: type=semver,pattern={{version}}

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

0 comments on commit f9a2e7f

Please sign in to comment.