Update docker/login-action action to v3
All checks were successful
build java / images:java_${{ matrix.tag }} (17) (push) Successful in 2m32s
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Successful in 2m53s
build java / images:java_${{ matrix.tag }} (8) (push) Successful in 1m16s
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Successful in 2m44s
build nodejs / images:java_${{ matrix.tag }} (20) (push) Successful in 58s
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Successful in 51s
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Successful in 57s
All checks were successful
build java / images:java_${{ matrix.tag }} (17) (push) Successful in 2m32s
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Successful in 2m53s
build java / images:java_${{ matrix.tag }} (8) (push) Successful in 1m16s
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Successful in 2m44s
build nodejs / images:java_${{ matrix.tag }} (20) (push) Successful in 58s
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Successful in 51s
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Successful in 57s
This commit is contained in:
parent
c28eb0ff3a
commit
8d31dcf716
@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to Repo
|
- name: Login to Repo
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to Repo
|
- name: Login to Repo
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user