Skip to content

Commit

Permalink
fix: ec2 docker 명령어 sudo 권한 추가 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Jul 18, 2024
1 parent b6d7db8 commit bb6dd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
runs-on: [self-hosted, linux, ARM64] # Self hosted runner 사용
steps:
- name: Pull docker image
run: docker pull ${{ secrets.DOCKER_USERNAME }}/ddangkong-api-dev:latest
run: sudo docker pull ${{ secrets.DOCKER_USERNAME }}/ddangkong-api-dev:latest

0 comments on commit bb6dd9d

Please sign in to comment.