Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx authored Sep 30, 2024
1 parent 7040410 commit ed6f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Docker Image Build and Push
run: |
docker build --platform linux/amd64 -t sopt-app/config-server .
docker build --platform linux/amd64 -t ${{ secrets.DOCKER_LOGIN_USERNAME }}/config-server .
docker push ${{ secrets.DOCKER_LOGIN_USERNAME }}/config-server
cd:
Expand Down

0 comments on commit ed6f8ba

Please sign in to comment.