Skip to content

Commit

Permalink
docker hub 저장 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 authored Jan 9, 2024
1 parent 1c68c46 commit 840dcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arguments: clean bootJar

- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo .
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/lime-image .

- name: docker login
uses: docker/login-action@v2
Expand All @@ -35,4 +35,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: docker Hub push
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/lime-image

0 comments on commit 840dcb9

Please sign in to comment.