1
0
Fork 0

ci: fix image name for push

This commit is contained in:
Vojtěch Mareš 2022-09-10 14:43:43 +02:00
parent 17ed3f6c9a
commit 65057ebe39
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -40,5 +40,5 @@ jobs:
with:
context: .
push: true
tags: latest
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}