We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdae7a commit ace71f7Copy full SHA for ace71f7
action.yml
@@ -153,7 +153,8 @@ runs:
153
dockerfile: ${{ steps.vars.outputs.build_file }}
154
shell: bash
155
run: |
156
- # Add build envars to Dockerfile
+ # Add build envars to Dockerfile (pad for missing line endings!)
157
+ echo "" >> ${{ env.dockerfile }}
158
echo "ENV BUILDER_IMAGE=ghcr.io/${{ github.repository }}/${{ inputs.package }}:${{ inputs.tag }}" >> ${{ env.dockerfile }}
159
echo "ENV BUILDER_PACKAGE=${{ inputs.package }}" >> ${{ env.dockerfile }}
160
echo "ENV BUILDER_REPO=${{ github.repository }}" >> ${{ env.dockerfile }}
0 commit comments