|
52 | 52 |
|
53 | 53 | # #
|
54 | 54 | # jobs
|
| 55 | +# |
| 56 | +# The way pushed docker containers on Github work, the most recent image built goes at the top. |
| 57 | +# We will use the order below which builds the :latest image last so that it appears at the very |
| 58 | +# top of the packages page. |
55 | 59 | # #
|
56 | 60 |
|
57 | 61 | jobs:
|
@@ -157,7 +161,7 @@ jobs:
|
157 | 161 |
|
158 | 162 | - name: "📦 Build and push"
|
159 | 163 | id: task_release_gh_push
|
160 |
| - uses: docker/build-push-action@v3 |
| 164 | + uses: docker/build-push-action@v6 |
161 | 165 | if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
|
162 | 166 | with:
|
163 | 167 | context: .
|
@@ -268,7 +272,7 @@ jobs:
|
268 | 272 |
|
269 | 273 | - name: "📦 Build and push"
|
270 | 274 | id: task_release_dh_push
|
271 |
| - uses: docker/build-push-action@v3 |
| 275 | + uses: docker/build-push-action@v6 |
272 | 276 | if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
|
273 | 277 | with:
|
274 | 278 | context: .
|
@@ -379,7 +383,7 @@ jobs:
|
379 | 383 |
|
380 | 384 | - name: "📦 Build and push"
|
381 | 385 | id: task_release_gh_push
|
382 |
| - uses: docker/build-push-action@v3 |
| 386 | + uses: docker/build-push-action@v6 |
383 | 387 | if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
|
384 | 388 | with:
|
385 | 389 | context: .
|
@@ -489,7 +493,7 @@ jobs:
|
489 | 493 |
|
490 | 494 | - name: "📦 Build and push"
|
491 | 495 | id: task_release_dh_push
|
492 |
| - uses: docker/build-push-action@v3 |
| 496 | + uses: docker/build-push-action@v6 |
493 | 497 | if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
|
494 | 498 | with:
|
495 | 499 | context: .
|
|
0 commit comments