Skip to content

Commit

Permalink
Update DOCKER-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
choyeongju authored Nov 19, 2024
1 parent e64eb1f commit ecf89b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: docker image 빌드 및 푸시
run: |
docker build --platform linux/amd64 -t ${{ secrets.NUTSHELL_DOCKER_LOGIN_USERNAME }}/nutshell .
docker push ${{ secrets.NUTSHELL_DOCKER_LOGIN_USERNAME }}/nutshell
docker build --platform linux/amd64 -t ${{ secrets.SHELLIN_DOCKER_LOGIN_USERNAME }}/shellin .
docker push ${{ secrets.SHELLIN_DOCKER_LOGIN_USERNAME }}/shellin
working-directory: ${{ env.working-directory }}

cd:
Expand Down

0 comments on commit ecf89b8

Please sign in to comment.