Skip to content

Commit

Permalink
fix: run-name 속성 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent 2448de1 commit 375b496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Docker Hub Dev Deploy

run-name: ${{ github.head_ref }} 브랜치 작업 내용 병합 후 배포

on:
push:
branches:
Expand Down Expand Up @@ -81,4 +79,4 @@ jobs:
sudo docker image rm ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_IMAGE_NAME}}:${{secrets.DOCKERHUB_IMAGE_TAG }}
sudo docker compose --env-file dev.env -f compose.yml up -d
sudo docker container prune -f
sudo docker image prune -a -f
sudo docker image prune -a -f

0 comments on commit 375b496

Please sign in to comment.