Skip to content

Commit

Permalink
Chore: 도커 로그인 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 authored Apr 6, 2024
1 parent ec6c343 commit 4a12a83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
# 해당 레포의 소스코드가 작업 환경에 복제된다 , checkout 의 2번째 버젼 사용
- name: Checkout repository
uses: actions/checkout@v2

- name: Login to docker
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password : ${{ secrets.DOCKER_PASSWORD }}

- name: Set env
run: |
Expand Down

0 comments on commit 4a12a83

Please sign in to comment.