Skip to content

Commit

Permalink
fix: docker invalid DOCKER_USERNAME 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 authored Feb 21, 2024
1 parent bd70e82 commit 7683ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Docker build & push to prod
if: contains(github.ref, 'main')
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker login -u ${{ secrets.DOCKER_USERID }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/travelmate .
docker push ${{ secrets.DOCKER_USERNAME }}/travelmate
Expand Down

0 comments on commit 7683ef0

Please sign in to comment.