We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c3962 commit 824a638Copy full SHA for 824a638
.github/workflows/prod.yml
@@ -34,6 +34,7 @@ jobs:
34
PAT: ${{ secrets.PAT }}
35
run: |
36
git clone https://github.com/100xdevs-cohort-3/argo-deployment.git
37
+ cd argo-deployment
38
39
sed -i 's|image: 100xdevs/todo-app-week-39:.*|image: 100xdevs/todo-app-week-39:${{ github.sha }}|' mainfest.yml
40
0 commit comments