Skip to content

Commit

Permalink
correct dockerhub secrets location (open-quantum-safe#322)
Browse files Browse the repository at this point in the history
* correct dockerhub secrets location

Signed-off-by: Michael Baentsch <[email protected]>

* fixing new test added by open-quantum-safe#298

Signed-off-by: Michael Baentsch <[email protected]>

---------

Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch authored Nov 21, 2024
1 parent a1c52d9 commit c0ab933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
name: Test httpd using curl (dev) (main/master)
command: |
docker network create httpd-test-main &&
docker run --network httpd-test-main --detach --rm --name oqs-httpd-main oqs-httpd-img-main &&
docker run --network httpd-test-main --detach --rm --name oqs-httpd oqs-httpd-img-main &&
sleep 2 &&
docker run --network httpd-test-main oqs-curl-main curl -k https://oqs-httpd:4433 --curves kyber768
- when:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# Required for Docker Scout
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker Image
run: |
Expand Down

0 comments on commit c0ab933

Please sign in to comment.