Skip to content

Commit

Permalink
Merge pull request #138 from TaetaetaE01/main
Browse files Browse the repository at this point in the history
[fix] : git flow 수정
  • Loading branch information
TaetaetaE01 authored Oct 10, 2024
2 parents 2207c27 + b1ab8d3 commit 86f6168
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/snap/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/env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo

0 comments on commit 86f6168

Please sign in to comment.