From 2f045e2c66d4bd08a958bca44e8f5b8175d02815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 30 Mar 2025 10:13:47 +0200 Subject: [PATCH] fix image app dockerfile. --- .github/workflows/image_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_app.yml b/.github/workflows/image_app.yml index 49b1d507..400b0093 100644 --- a/.github/workflows/image_app.yml +++ b/.github/workflows/image_app.yml @@ -68,7 +68,7 @@ jobs: uses: docker/build-push-action@v6 with: context: apps/${{ inputs.name }} - file: apps/${{ inputs.name }}/${ inputs.dockerfile || 'Dockerfile' }} + file: apps/${{ inputs.name }}/${{ inputs.dockerfile }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}