We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b91ae commit 8346940Copy full SHA for 8346940
.github/workflows/deploy.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
mkdir -p build/libs
70
mv build-artifacts/*.jar build/libs/
71
- docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/gitHubActionStudy:latest .
+ docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/githubactionstudy:latest .
72
73
- name: Push Docker image
74
- run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/gitHubActionStudy:latest
+ run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/githubactionstudy:latest
0 commit comments