Skip to content

Commit

Permalink
merge #70: GitHub Actions 스크립트 작성3
Browse files Browse the repository at this point in the history
[test] GitHub Actions 스크립트 작성3
  • Loading branch information
yaongmeow authored Nov 21, 2023
2 parents 632ee9f + 545f66c commit be3146e
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 @@ -26,7 +26,7 @@ jobs:

- name: Build Docker
run: |
docker build -f Dockerfile -t traveline-docker ./BE
docker build -f Dockerfile -t traveline-docker .
- name: Push Docker
run: docker push traveline/traveline-repo:latest
Expand Down

0 comments on commit be3146e

Please sign in to comment.