diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-05-10 13:06:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 13:06:28 +0200 |
commit | 7062ebf5beb62b069dbf7e83f9c0dd92cf999cd3 (patch) | |
tree | 3d3e65adec61892ab133136f26b56ffb26843148 /.github | |
parent | 3ec979fa902c49e975a9af7dc2792fb197030e04 (diff) | |
parent | c060e93b3c48c5d6cfde88ee9080a10f73f00fe4 (diff) |
Merge pull request #6510 from NixOS/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d01ef4768..aae5b93e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} |