Skip to content

Commit 9f3e0bc

Browse files
committed
CI/CD 1
1 parent ec84729 commit 9f3e0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Docker 로그인
1414
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
15-
- name: Docker 이미지 빌드 및 푸시d
15+
- name: Docker 이미지 빌드 및 푸시dd
1616
run: |
1717
docker build -t your-dockerhub-username/your-app-name:${GITHUB_SHA::7} .
1818
docker push your-dockerhub-username/your-app-name:${GITHUB_SHA::7}

0 commit comments

Comments
 (0)