Skip to content

Commit 9936efb

Browse files
authored
Merge pull request #22217 from dsotirakis/patch-3
docs: Update build-summary.md to fix build-push-action references
2 parents 75edebe + 8f841a3 commit 9936efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/ci/github-actions/build-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in the YAML configuration for your build step:
6767

6868
```yaml {hl_lines=4}
6969
- name: Build
70-
uses: docker/docker-build-push-action@v6
70+
uses: docker/build-push-action@v6
7171
env:
7272
DOCKER_BUILD_SUMMARY: false
7373
with:
@@ -83,7 +83,7 @@ your build step:
8383

8484
```yaml {hl_lines=4}
8585
- name: Build
86-
uses: docker/docker-build-push-action@v6
86+
uses: docker/build-push-action@v6
8787
env:
8888
DOCKER_BUILD_RECORD_UPLOAD: false
8989
with:

0 commit comments

Comments
 (0)