Fix insufficient context

This commit is contained in:
Laurent Indermuehle 2023-01-20 10:10:09 +01:00
parent 535b2f7e04
commit 1aa7cc97e7
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -68,7 +68,7 @@ jobs:
with:
context: ${{ env.CONTEXT }}
push: true
tags: ${{ steps.meta.outputs.tags }},${{ env.IMAGE_NAME }}:latest
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max