Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into dev
  • Loading branch information
yeonjookang committed Apr 10, 2024
2 parents 3e609bb + a9c5030 commit 2b819a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ jobs:

USER_DAFAULTIMAGE: ${{ secrets.USER_DAFAULTIMAGE }}


- name: Docker build
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t app .
docker tag app ${{ secrets.DOCKER_USERNAME }}/sejongmate:latest
docker push ${{ secrets.DOCKER_USERNAME }}/sejongmate:latest

0 comments on commit 2b819a9

Please sign in to comment.