Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Sep 15, 2024
2 parents 209e1d5 + 902d158 commit c17f653
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Print Docker version
run: docker version

- name: Build
run: docker build -t hie:$(date +%s) .
run: docker build -t hie .

- name: Run
run: |
docker run -d --name hie -p 5888:3000 hie:$(date +%s)
docker run -d --name hie -p 5888:3000 hie
sleep 10
- name: Test
Expand Down

0 comments on commit c17f653

Please sign in to comment.