Skip to content

Commit be2f73c

Browse files
committed
[hotfix] workflow 파일 수정
1 parent c0ea2a7 commit be2f73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
- name: Run new container
73-
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/github-actions-demo
73+
run: sudo docker run --name github-actions-demo -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/github-actions-demo
7474

7575
- name: Clean up old Docker images
7676
run: sudo docker system prune -f

0 commit comments

Comments
 (0)