Skip to content

Commit

Permalink
fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
idoyo7 committed Dec 16, 2024
1 parent e0abbaa commit 95dc64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dokcer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Update manifest files
run: |
cd study-manifests
sed -i 's|image:.*|image: art.montkim.com/public/my-gitbook:${{ env.SHORT_SHA }}|' deployment.yaml
sed -i 's|image:.*|image: art.montkim.com/study/my-gitbook:${{ env.SHORT_SHA }}|' deployment.yaml
- name: Commit and push changes to 'study-manifests'
run: |
Expand Down

0 comments on commit 95dc64b

Please sign in to comment.