Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
[Refactor] 이름 수정
  • Loading branch information
hen715 authored Jan 30, 2024
1 parent 453810a commit 9e5acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: docker build -t ${{ secrets.USERNAME }}/${{ secrets.PROJECT_NAME }} .

- name: DockerHub Push
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}
run: docker push ${{ secrets.USERNAME }}/${{ secrets.PROJECT_NAME }}

0 comments on commit 9e5acd6

Please sign in to comment.