Skip to content

Commit

Permalink
git action test
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeSung98 committed Nov 14, 2023
1 parent 99c806f commit 1edf919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weatheruser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name : 도커 허브 로그인
uses : docker/login-action@v2
with :
username : ${{ WEATHER_USER_DOCKERHUB_USERNAME }} #레포지토리 시크릿 키값에 도커허브 아이디
password : ${{ WEATHER_USER_DOCKERHUB_TOKEN }} #이전에 발급한 토큰값
username : ${{ secrets.WEATHER_USER_DOCKERHUB_USERNAME }} #레포지토리 시크릿 키값에 도커허브 아이디
password : ${{ secrets.WEATHER_USER_DOCKERHUB_TOKEN }} #이전에 발급한 토큰값

- name : 도커 퍼블리싱
run : docker push wlfkrdl2/weatheruser #빌드한 이미지 도커허브에 push
Expand Down

0 comments on commit 1edf919

Please sign in to comment.