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 f987d97 commit d3273bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: ./gradlew clean build

- name: docker image build
run: docker build -t ${{ secrets.DOCKER_USERNAME }} binplay:latest .
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/binplay:latest .

- name: docker login
uses: docker/login-action@v2
Expand All @@ -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 d3273bc

Please sign in to comment.