We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af4400 commit 18c997eCopy full SHA for 18c997e
.github/actions/docker-build-push-action/action.yml
@@ -82,7 +82,7 @@ runs:
82
- name: Build and push image to registry
83
uses: docker/build-push-action@v6
84
env:
85
- DOCKER_BUILD_NO_SUMMARY: true
+ DOCKER_BUILD_SUMMARY: false
86
with:
87
context: .
88
push: ${{ inputs.push }}
0 commit comments