Skip to content

Commit

Permalink
chore: CD 스크립트 도커 액션 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 authored Jan 15, 2024
1 parent 21ffe47 commit ede01ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/shoutlink:latest

Expand Down

0 comments on commit ede01ee

Please sign in to comment.