Skip to content

Commit

Permalink
이미지버전수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe committed Jan 10, 2024
1 parent 2d22810 commit 468ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: run and test
run: |
docker run -d -p 8282:8080 --name hexa_homepage_backend hexa_homepage_backend
docker run -d -p 8282:8080 --name hexa_homepage_backend hexa_homepage_backend:${GITHUB_REF#refs/tags/}
test_result="$(docker exec hexa_homepage_backend ./gradlew test)"
second_last_line="$(echo "$test_result" | tail -n 2 | head -n 1)"
Expand Down

0 comments on commit 468ec7b

Please sign in to comment.