Skip to content

Commit

Permalink
Update Docker image path in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
irumaru committed Nov 14, 2024
1 parent 3a3ba09 commit 800f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: chage docker image
uses: mikefarah/yq@master
with:
cmd: yq '.spec.template.spec.containers[0].image = env(IMAGE)' -i ${{ env.WORK_DIR }}k8s/syncing/citbot.yaml
cmd: yq '.spec.template.spec.containers[0].image = env(IMAGE)' -i ${{ env.WORK_DIR }}container/manifest/sync/app.yaml
# Manifest commit
- name: commit
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 800f07b

Please sign in to comment.