|
92 | 92 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
93 | 93 | - |
94 | 94 | name: Build and push |
95 | | - uses: docker/build-push-action@v5 |
| 95 | + uses: docker/build-push-action@v6 |
96 | 96 | with: |
97 | 97 | context: . |
98 | 98 | push: ${{ github.event_name != 'pull_request' }} |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
153 | 153 | - |
154 | 154 | name: Build and push |
155 | | - uses: docker/build-push-action@v5 |
| 155 | + uses: docker/build-push-action@v6 |
156 | 156 | with: |
157 | 157 | context: . |
158 | 158 | push: ${{ github.event_name != 'pull_request' }} |
@@ -333,7 +333,7 @@ Alternatively, each output is also exported as an environment variable: |
333 | 333 | So it can be used with our [Docker Build Push action](https://github.com/docker/build-push-action/): |
334 | 334 |
|
335 | 335 | ```yaml |
336 | | -- uses: docker/build-push-action@v5 |
| 336 | +- uses: docker/build-push-action@v6 |
337 | 337 | with: |
338 | 338 | build-args: | |
339 | 339 | DOCKER_METADATA_OUTPUT_JSON |
@@ -925,7 +925,7 @@ that you can reuse them further in your workflow using the [`fromJSON` function] |
925 | 925 | images: name/app |
926 | 926 | - |
927 | 927 | name: Build and push |
928 | | - uses: docker/build-push-action@v5 |
| 928 | + uses: docker/build-push-action@v6 |
929 | 929 | with: |
930 | 930 | tags: ${{ steps.meta.outputs.tags }} |
931 | 931 | labels: ${{ steps.meta.outputs.labels }} |
@@ -972,7 +972,7 @@ of the `metadata-action`: |
972 | 972 | images: name/app |
973 | 973 | - |
974 | 974 | name: Build and push |
975 | | - uses: docker/build-push-action@v5 |
| 975 | + uses: docker/build-push-action@v6 |
976 | 976 | with: |
977 | 977 | tags: ${{ steps.meta.outputs.tags }} |
978 | 978 | annotations: ${{ steps.meta.outputs.annotations }} |
@@ -1019,7 +1019,7 @@ Please consult the documentation of your registry. |
1019 | 1019 | DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index |
1020 | 1020 | - |
1021 | 1021 | name: Build and push |
1022 | | - uses: docker/build-push-action@v5 |
| 1022 | + uses: docker/build-push-action@v6 |
1023 | 1023 | with: |
1024 | 1024 | tags: ${{ steps.meta.outputs.tags }} |
1025 | 1025 | annotations: ${{ steps.meta.outputs.annotations }} |
|
0 commit comments