Skip to content

Commit

Permalink
ci: use the container built by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jun 11, 2021
1 parent 8b4dc69 commit e6523ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: ci.sh
run: docker run --cap-add SYS_PTRACE -e CI -w /root/nss-tls -v `pwd`:/root/nss-tls dimkr/nss-tls:latest ./ci.sh
run: docker run --cap-add SYS_PTRACE -e CI -w /root/nss-tls -v `pwd`:/root/nss-tls ghcr.io/dimkr/nss-tls/ci-container:latest ./ci.sh

0 comments on commit e6523ee

Please sign in to comment.