mirror of https://github.com/docker/docs.git
Update build-summary.md
Updated docker-build-push-action occurrancies to build-push-action.
This commit is contained in:
parent
75edebe695
commit
8f841a38be
|
@ -67,7 +67,7 @@ in the YAML configuration for your build step:
|
|||
|
||||
```yaml {hl_lines=4}
|
||||
- name: Build
|
||||
uses: docker/docker-build-push-action@v6
|
||||
uses: docker/build-push-action@v6
|
||||
env:
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
with:
|
||||
|
@ -83,7 +83,7 @@ your build step:
|
|||
|
||||
```yaml {hl_lines=4}
|
||||
- name: Build
|
||||
uses: docker/docker-build-push-action@v6
|
||||
uses: docker/build-push-action@v6
|
||||
env:
|
||||
DOCKER_BUILD_RECORD_UPLOAD: false
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue