build: include image tag in Docker metadata action image name
This commit is contained in:
parent
3e8a64e5d1
commit
3322801803
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}
|
||||
images: ${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=sha,prefix=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue