Skip to content

Commit

Permalink
[fix] : git flow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaetaetaE01 committed Oct 9, 2024
1 parent b778cc7 commit a1e371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:

# 3. 최신 이미지를 컨테이너화하여 실행시킨다..
- name: docker run new container
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 -e TZ=Asia/Seoul --env-file /home/ubuntu/env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 -e TZ=Asia/Seoul --env-file /home/ubuntu/snap/env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo

0 comments on commit a1e371a

Please sign in to comment.