1
0
Fork 0

ci: fix dockerfile path

This commit is contained in:
Vojtěch Mareš 2023-01-16 16:39:14 +01:00
parent a27c0b5e9b
commit 311f4fd6d1
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -39,6 +39,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile.release
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}