Skip to content

Commit 8346940

Browse files
committed
demo really finally done
1 parent c5b91ae commit 8346940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
mkdir -p build/libs
7070
mv build-artifacts/*.jar build/libs/
71-
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/gitHubActionStudy:latest .
71+
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/githubactionstudy:latest .
7272
7373
- name: Push Docker image
74-
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/gitHubActionStudy:latest
74+
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/githubactionstudy:latest

0 commit comments

Comments
 (0)