|
92 | 92 |
|
93 | 93 | - name: Login to GitHub Container Registry |
94 | 94 | if: ${{ steps.set_image_push_option.outputs.image_push_option == 'filter' }} |
95 | | - uses: docker/login-action@v2 |
| 95 | + uses: docker/login-action@v3 |
96 | 96 | with: |
97 | 97 | registry: ghcr.io |
98 | 98 | username: ${{ github.repository_owner }} |
@@ -277,7 +277,7 @@ jobs: |
277 | 277 | echo "VERSION_SHORT: $VERSION_SHORT" |
278 | 278 |
|
279 | 279 | - name: Login to GitHub Container Registry |
280 | | - uses: docker/login-action@v2 |
| 280 | + uses: docker/login-action@v3 |
281 | 281 | if: github.ref == 'refs/heads/main' # only need this for push (on `main`) |
282 | 282 | with: |
283 | 283 | registry: ghcr.io |
@@ -375,7 +375,7 @@ jobs: |
375 | 375 | path: output |
376 | 376 |
|
377 | 377 | - name: Login to GitHub Container Registry |
378 | | - uses: docker/login-action@v2 |
| 378 | + uses: docker/login-action@v3 |
379 | 379 | if: github.ref == 'refs/heads/main' # only need this for push (on `main`) |
380 | 380 | with: |
381 | 381 | registry: ghcr.io |
@@ -516,7 +516,7 @@ jobs: |
516 | 516 |
|
517 | 517 | - name: Login to GitHub Container Registry |
518 | 518 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
519 | | - uses: docker/login-action@v2 |
| 519 | + uses: docker/login-action@v3 |
520 | 520 | with: |
521 | 521 | registry: ghcr.io |
522 | 522 | username: ${{ github.repository_owner }} |
@@ -561,7 +561,7 @@ jobs: |
561 | 561 |
|
562 | 562 | - name: Login to GitHub Container Registry |
563 | 563 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
564 | | - uses: docker/login-action@v2 |
| 564 | + uses: docker/login-action@v3 |
565 | 565 | with: |
566 | 566 | registry: ghcr.io |
567 | 567 | username: ${{ github.repository_owner }} |
@@ -613,7 +613,7 @@ jobs: |
613 | 613 | uses: docker/setup-buildx-action@v3 |
614 | 614 |
|
615 | 615 | - name: Login to GitHub Container Registry |
616 | | - uses: docker/login-action@v2 |
| 616 | + uses: docker/login-action@v3 |
617 | 617 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
618 | 618 | with: |
619 | 619 | registry: ghcr.io |
@@ -658,7 +658,7 @@ jobs: |
658 | 658 | uses: docker/setup-buildx-action@v3 |
659 | 659 |
|
660 | 660 | - name: Login to GitHub Container Registry |
661 | | - uses: docker/login-action@v2 |
| 661 | + uses: docker/login-action@v3 |
662 | 662 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
663 | 663 | with: |
664 | 664 | registry: ghcr.io |
@@ -703,7 +703,7 @@ jobs: |
703 | 703 | uses: docker/setup-buildx-action@v3 |
704 | 704 |
|
705 | 705 | - name: Login to GitHub Container Registry |
706 | | - uses: docker/login-action@v2 |
| 706 | + uses: docker/login-action@v3 |
707 | 707 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
708 | 708 | with: |
709 | 709 | registry: ghcr.io |
@@ -748,7 +748,7 @@ jobs: |
748 | 748 | uses: docker/setup-buildx-action@v3 |
749 | 749 |
|
750 | 750 | - name: Login to GitHub Container Registry |
751 | | - uses: docker/login-action@v2 |
| 751 | + uses: docker/login-action@v3 |
752 | 752 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
753 | 753 | with: |
754 | 754 | registry: ghcr.io |
@@ -793,7 +793,7 @@ jobs: |
793 | 793 | uses: docker/setup-buildx-action@v3 |
794 | 794 |
|
795 | 795 | - name: Login to GitHub Container Registry |
796 | | - uses: docker/login-action@v2 |
| 796 | + uses: docker/login-action@v3 |
797 | 797 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
798 | 798 | with: |
799 | 799 | registry: ghcr.io |
@@ -838,7 +838,7 @@ jobs: |
838 | 838 | uses: docker/setup-buildx-action@v3 |
839 | 839 |
|
840 | 840 | - name: Login to GitHub Container Registry |
841 | | - uses: docker/login-action@v2 |
| 841 | + uses: docker/login-action@v3 |
842 | 842 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
843 | 843 | with: |
844 | 844 | registry: ghcr.io |
@@ -890,7 +890,7 @@ jobs: |
890 | 890 | uses: docker/setup-buildx-action@v3 |
891 | 891 |
|
892 | 892 | - name: Login to GitHub Container Registry |
893 | | - uses: docker/login-action@v2 |
| 893 | + uses: docker/login-action@v3 |
894 | 894 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
895 | 895 | with: |
896 | 896 | registry: ghcr.io |
@@ -968,7 +968,7 @@ jobs: |
968 | 968 | run: skopeo --version |
969 | 969 |
|
970 | 970 | - name: Login to GitHub Container Registry |
971 | | - uses: docker/login-action@v2 |
| 971 | + uses: docker/login-action@v3 |
972 | 972 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
973 | 973 | with: |
974 | 974 | registry: ghcr.io |
@@ -1023,7 +1023,7 @@ jobs: |
1023 | 1023 | ref: ${{ inputs.prRef }} |
1024 | 1024 |
|
1025 | 1025 | - name: Login to GitHub Container Registry |
1026 | | - uses: docker/login-action@v2 |
| 1026 | + uses: docker/login-action@v3 |
1027 | 1027 | with: |
1028 | 1028 | registry: ghcr.io |
1029 | 1029 | username: ${{ github.repository_owner }} |
@@ -1119,7 +1119,7 @@ jobs: |
1119 | 1119 | uses: docker/setup-buildx-action@v3 |
1120 | 1120 |
|
1121 | 1121 | - name: Login to GitHub Container Registry |
1122 | | - uses: docker/login-action@v2 |
| 1122 | + uses: docker/login-action@v3 |
1123 | 1123 | if: ${{ needs.build.outputs.image_push_option == 'filter' }} |
1124 | 1124 | with: |
1125 | 1125 | registry: ghcr.io |
|
0 commit comments