We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e88b83 commit c4fe8ffCopy full SHA for c4fe8ff
action.yml
@@ -199,7 +199,7 @@ runs:
199
- name: Build
200
id: docker_build
201
if: steps.preparation.outputs.build == 'true' && inputs.docker-username != '' && inputs.docker-password != ''
202
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
203
with:
204
context: ${{ inputs.working-directory }}
205
push: ${{ inputs.docker-build-outputs == '' && steps.preparation.outputs.push || 'false' }}
0 commit comments