We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0780ab5 commit 5df6ef4Copy full SHA for 5df6ef4
.github/workflows/docker_cd.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Update ArgoCD
50
run: |
51
- cd depoly/vidarwebsite
+ cd deploy/vidar-website
52
git config user.name github-actions
53
git config user.email [email protected]
54
sed -i "s|^\(\s*image:\s*.*:\)[0-9]\+|\1${{ steps.gen-tag.outputs.tag }}|" ./mainpage-sync.yml
0 commit comments