We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3c0008 + 8de2d64 commit 12221faCopy full SHA for 12221fa
.github/workflows/image.yml
@@ -18,8 +18,8 @@ jobs:
18
uses: docker/metadata-action@v4
19
with:
20
images: |
21
- ghcr.io/${{ github.repository_owner }}
22
- ${{ secrets.DP_HARBOR_REGISTRY }}/dplc
+ ghcr.io/${{ github.repository_owner }}/abacus
+ ${{ secrets.DP_HARBOR_REGISTRY }}/dplc/abacus
23
tags: type=semver,pattern={{version}}
24
25
- name: Setup Docker Buildx
@@ -45,3 +45,4 @@ jobs:
45
tags: ${{ steps.meta.outputs.tags }}
46
file: Dockerfile
47
push: ${{ github.event_name == 'push' }}
48
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments