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.
2 parents 75edebe + 8f841a3 commit 9936efbCopy full SHA for 9936efb
content/manuals/build/ci/github-actions/build-summary.md
@@ -67,7 +67,7 @@ in the YAML configuration for your build step:
67
68
```yaml {hl_lines=4}
69
- name: Build
70
- uses: docker/docker-build-push-action@v6
+ uses: docker/build-push-action@v6
71
env:
72
DOCKER_BUILD_SUMMARY: false
73
with:
@@ -83,7 +83,7 @@ your build step:
83
84
85
86
87
88
DOCKER_BUILD_RECORD_UPLOAD: false
89
0 commit comments