Skip to content

Commit

Permalink
github action docker cred update
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage committed Aug 6, 2024
1 parent 2461aaa commit cdf58a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
EOF
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKERHUB_ }}" | docker login -u "${{ secrets.DOCKER_USER }}" --password-stdin
run: echo "${{ secrets.DOCKERHUB_PAT }}" | docker login -u "${{ secrets.DOCKERHUB_USER }}" --password-stdin

- name: Nix build
run: ./build_and_load_docker_images.sh
Expand Down

0 comments on commit cdf58a7

Please sign in to comment.