Skip to content

Commit

Permalink
fix repository & project
Browse files Browse the repository at this point in the history
  • Loading branch information
idoyo7 committed Dec 16, 2024
1 parent 95dc64b commit 2b1e193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dokcer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t "art.montkim.com/public/my-gitbook:${{ env.SHORT_SHA }}" .
docker push "art.montkim.com/public/my-gitbook:${{ env.SHORT_SHA }}"
docker build -t "art.montkim.com/study/my-gitbook:${{ env.SHORT_SHA }}" .
docker push "art.montkim.com/study/my-gitbook:${{ env.SHORT_SHA }}"
- name: Checkout 'study-manifests' repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2b1e193

Please sign in to comment.