Skip to content

Commit

Permalink
Merge pull request #3 from chobeebee/chobb
Browse files Browse the repository at this point in the history
git ignore에 docker 이미지 이름 수정
  • Loading branch information
chobeebee authored Jun 25, 2024
2 parents efea787 + 614c96a commit 76f25f1
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 }}/view-app: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 }}/view-app:latest
run: docker push ${{ secrets.DOCKER_USERNAME }}/binplay:latest

0 comments on commit 76f25f1

Please sign in to comment.