gha: update to docker/login-action@v3
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) - full diff https://github.com/docker/login-action/compare/v2.2.0...v3.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5d396e0533
commit
08251978a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bin-image.yml
vendored
4
.github/workflows/bin-image.yml
vendored
|
@ -110,7 +110,7 @@ jobs:
|
|||
-
|
||||
name: Login to Docker Hub
|
||||
if: github.event_name != 'pull_request' && github.repository == 'moby/moby'
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_MOBYBIN_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_MOBYBIN_TOKEN }}
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_MOBYBIN_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_MOBYBIN_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue