Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiluo committed Oct 7, 2024
1 parent 0780ab5 commit 5df6ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Update ArgoCD
run: |
cd depoly/vidarwebsite
cd deploy/vidar-website
git config user.name github-actions
git config user.email [email protected]
sed -i "s|^\(\s*image:\s*.*:\)[0-9]\+|\1${{ steps.gen-tag.outputs.tag }}|" ./mainpage-sync.yml
Expand Down

0 comments on commit 5df6ef4

Please sign in to comment.