Update docker-publish.yml
Corrected latest tag
This commit is contained in:
parent
1fc7e2ecf2
commit
c4ae29d19e
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -42,5 +42,5 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }} latest
|
||||
tags: ${{ steps.meta.outputs.tags }},{{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in a new issue