diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-09-20 11:37:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 11:37:36 +0200 |
commit | a4a7eca679a566e7e3499a6000707b71f7e96dae (patch) | |
tree | 5fadbbab5d2fcd00e265a747bf39797ef5631e89 | |
parent | 6ce358b13c7b8cb3cbec5d1cc036c47eb29828d4 (diff) | |
parent | dd3bf4dbda02b83a185efc1f8f4bced06a6b07ab (diff) |
Merge pull request #8991 from NixOS/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
-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 515548a4e..0c9c24dad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,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@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} |