We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1493453 commit b56bb0bCopy full SHA for b56bb0b
1 file changed
action.yml
@@ -124,10 +124,11 @@ runs:
124
125
- name: Build
126
id: docker_build
127
+ if: ${{ inputs.dockerenabled }} == "true"
128
uses: docker/build-push-action@v2
129
with:
130
context: .
- push: true
131
+ push: ${{ steps.preparation.outputs.push }}
132
file: ${{ inputs.dockerfile }}
133
target: ${{ inputs.dockerbuildtarget }}
134
build-args: ${{ inputs.dockerbuildargs }}
0 commit comments