Skip to content

Commit

Permalink
test: use GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 4, 2023
1 parent e491aa9 commit 3db6a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Build Docker Image
run: docker build -t credential_issuer src-tauri/tests/common/credential_issuer
run: docker pull ghcr.io/impierce/credential_issuer:latest

- name: Run Docker Container
run: docker run -d --name credential_issuer -p 8000:8000 credential_issuer
Expand Down

0 comments on commit 3db6a14

Please sign in to comment.