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 }}