Update docker-publish.yml

Corrected latest tag
This commit is contained in:
Louis Hollingworth 2022-05-24 19:25:16 +01:00 committed by GitHub
parent 1fc7e2ecf2
commit c4ae29d19e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}