fix(ci): add docker build template
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.GITHUB_REPOSITORY }}
|
||||
images: ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
|
||||
Reference in New Issue
Block a user