Skip to content

Commit 2af3007

Browse files
committed
update build-push-action to v6
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 0d82006 commit 2af3007

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
password: ${{ secrets.DOCKERHUB_TOKEN }}
9393
-
9494
name: Build and push
95-
uses: docker/build-push-action@v5
95+
uses: docker/build-push-action@v6
9696
with:
9797
context: .
9898
push: ${{ github.event_name != 'pull_request' }}
@@ -152,7 +152,7 @@ jobs:
152152
password: ${{ secrets.DOCKERHUB_TOKEN }}
153153
-
154154
name: Build and push
155-
uses: docker/build-push-action@v5
155+
uses: docker/build-push-action@v6
156156
with:
157157
context: .
158158
push: ${{ github.event_name != 'pull_request' }}
@@ -333,7 +333,7 @@ Alternatively, each output is also exported as an environment variable:
333333
So it can be used with our [Docker Build Push action](https://github.com/docker/build-push-action/):
334334

335335
```yaml
336-
- uses: docker/build-push-action@v5
336+
- uses: docker/build-push-action@v6
337337
with:
338338
build-args: |
339339
DOCKER_METADATA_OUTPUT_JSON
@@ -925,7 +925,7 @@ that you can reuse them further in your workflow using the [`fromJSON` function]
925925
images: name/app
926926
-
927927
name: Build and push
928-
uses: docker/build-push-action@v5
928+
uses: docker/build-push-action@v6
929929
with:
930930
tags: ${{ steps.meta.outputs.tags }}
931931
labels: ${{ steps.meta.outputs.labels }}
@@ -972,7 +972,7 @@ of the `metadata-action`:
972972
images: name/app
973973
-
974974
name: Build and push
975-
uses: docker/build-push-action@v5
975+
uses: docker/build-push-action@v6
976976
with:
977977
tags: ${{ steps.meta.outputs.tags }}
978978
annotations: ${{ steps.meta.outputs.annotations }}
@@ -1019,7 +1019,7 @@ Please consult the documentation of your registry.
10191019
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
10201020
-
10211021
name: Build and push
1022-
uses: docker/build-push-action@v5
1022+
uses: docker/build-push-action@v6
10231023
with:
10241024
tags: ${{ steps.meta.outputs.tags }}
10251025
annotations: ${{ steps.meta.outputs.annotations }}

0 commit comments

Comments
 (0)