Update docker-publish.yml

Hardcoded image name, apparently it has issues with capitals
This commit is contained in:
Louis Hollingworth 2022-05-24 19:28:18 +01:00 committed by GitHub
parent 589e2b584f
commit 7592a99846
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 }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/lucxjo/friends-best:latest
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}