Skip to content

Commit 18c997e

Browse files
replaced env var for action (#79)
1 parent 3af4400 commit 18c997e

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/docker-build-push-action

1 file changed

+1
-1
lines changed

.github/actions/docker-build-push-action/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runs:
8282
- name: Build and push image to registry
8383
uses: docker/build-push-action@v6
8484
env:
85-
DOCKER_BUILD_NO_SUMMARY: true
85+
DOCKER_BUILD_SUMMARY: false
8686
with:
8787
context: .
8888
push: ${{ inputs.push }}

0 commit comments

Comments
 (0)