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

This commit is contained in:
Renovate Bot 2024-07-19 13:01:34 +00:00
parent c28eb0ff3a
commit 8d31dcf716
2 changed files with 2 additions and 2 deletions

@ -44,7 +44,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to Repo
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}

@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to Repo
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}