Skip to content

Commit

Permalink
ci: 🎡 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jun 5, 2023
1 parent 32ba184 commit 8aee228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
PUBLIC_STRIPE_KEY: pk_live_51HpvnTAk37gvJ51oKXsYuAZsyletQkgqOky7L2yV9c9nDMj1koLPMvsC6sKBOCqveZMk8CHy730HDFSkiFsbzSRB0059ZpWGau
- name: Upadate Image Tag
run: |
ls
ls -a
pwd
sed -ie "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/${{ github.ref_name }}/" .kubernetes/deployment.yaml
sed -ie "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/${{ github.ref_name }}/" .kubernetes/e2e-test-deployment.yaml
sed -ie "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/${{ github.ref_name }}/" '.kubernetes/deployment.yaml'
sed -ie "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/${{ github.ref_name }}/" '.kubernetes/e2e-test-deployment.yaml'
git add .kubernetes/deployment
git add. .kubernetes/e2e-test-deployment
git commit -m "deploying: bumping image version for release ${{ github.ref_name }}"
Expand Down

0 comments on commit 8aee228

Please sign in to comment.