Skip to content

Commit e89a2d1

Browse files
committed
⚡ :: docker username 추가
1 parent a4201e5 commit e89a2d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CD.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
with:
2828
arguments: |
2929
build
30+
31+
- name: Login to Dockerhub
32+
uses: docker/login-action@v1
33+
with:
34+
username: ${{ secrets.DOCKER_USERNAME }}
35+
password: ${{ secrets.DOCKER_PASSWORD }}
3036

3137
- name: Docker Build
3238
run: docker build -t jaemin05/isfp .

0 commit comments

Comments
 (0)