Skip to content

Commit

Permalink
Merge pull request #6510 from NixOS/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-2

Bump docker/login-action from 1 to 2
  • Loading branch information
edolstra authored May 10, 2022
2 parents 3ec979f + c060e93 commit 7062ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: docker tag nix:$NIX_VERSION nixos/nix:$NIX_VERSION
- run: docker tag nix:$NIX_VERSION nixos/nix:master
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 7062ebf

Please sign in to comment.