Update docker-publish.yml

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

View file

@ -42,5 +42,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }} latest
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}