Skip to content

Commit

Permalink
gha: update to docker/login-action@v3
Browse files Browse the repository at this point in the history
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later)
- full diff docker/login-action@v2.2.0...v3.0.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jan 31, 2024
1 parent 5d396e0 commit 0825197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bin-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0825197

Please sign in to comment.