Skip to content

Commit

Permalink
feat: rewrite job name
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiluo committed Oct 7, 2024
1 parent 5df6ef4 commit f6ef5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
cd deploy/vidar-website
git config user.name github-actions
git config user.email [email protected]
sed -i "s|^\(\s*name:\s*.*-\)[0-9]\+|\1${{ steps.gen-tag.outputs.tag }}|" ./mainpage-sync.yml
sed -i "s|^\(\s*image:\s*.*:\)[0-9]\+|\1${{ steps.gen-tag.outputs.tag }}|" ./mainpage-sync.yml
git add .
git commit -m "update: image of mainpage"
Expand Down

0 comments on commit f6ef5f2

Please sign in to comment.