Skip to content

Commit

Permalink
chore: update docker build action + entrypoint x 3
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 3, 2023
1 parent 090150a commit 30e4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- name: Run tests
shell: bash -l {0}
run: |
docker run -d -p 3001:3001 --name=materials-designer materials-designer:latest
docker run -d -p 3001:3001 --name=materials-designer ghcr.io/exabyte-io/materials-designer_x86_64:latest
while ! docker logs materials-designer 2>&1 | grep "Compiled"; do
failed=$(docker logs materials-designer 2>&1 | grep "Failed")
if [[ "$failed" != "" ]]; then
Expand Down

0 comments on commit 30e4869

Please sign in to comment.