Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Jan 30, 2024
2 parents 4479de8 + 49f60cf commit 2fb5e42
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 @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.TOKEN }}

- name: Docker Image Build
run: docker build -t ${{ secrets.USERNAME }}/${{ secrets.PROJECT_NAME }} .
run: docker build --no-cache -t ${{ secrets.USERNAME }}/${{ secrets.PROJECT_NAME }} .

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

0 comments on commit 2fb5e42

Please sign in to comment.