Skip to content

Commit

Permalink
github-action.yml : image build 에러 이미지 명 앞 슬래시 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chobeebee committed Jun 25, 2024
1 parent 0f9d91b commit 56c6ada
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 @@ -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 Down

0 comments on commit 56c6ada

Please sign in to comment.