fix image app dockerfile.

This commit is contained in:
Miroslav Šedivý 2025-03-30 10:13:47 +02:00
parent 1acdbc9b43
commit 2f045e2c66

View file

@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: apps/${{ inputs.name }} context: apps/${{ inputs.name }}
file: apps/${{ inputs.name }}/${ inputs.dockerfile || 'Dockerfile' }} file: apps/${{ inputs.name }}/${{ inputs.dockerfile }}
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}