Skip to content

Commit

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

- name: Build Docker Image
run: docker pull ghcr.io/impierce/credential_issuer:latest
run: |
echo "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" | docker login ghcr.io -u nanderstabel --password-stdin
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 d5153aa

Please sign in to comment.