Skip to content

Commit

Permalink
github-action.yml : docker 로그인 에러
Browse files Browse the repository at this point in the history
  • Loading branch information
chobeebee committed Jun 25, 2024
1 parent ec3e1fe commit f987d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: docker Hub push
run: docker push ${{ secrets.DOCKER_USERNAME }}/binplay:latest
run: docker push ${{ secrets.DOCKER_USERNAME }} binplay:latest

0 comments on commit f987d97

Please sign in to comment.