Skip to content

Commit

Permalink
fix: add condition to update argo step
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 committed Aug 21, 2024
1 parent 8b3411b commit 6e04a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
sed -i "/image:/{n;s/tag:.*/tag: $TAG/;}" ./repos/wbaas-deploy-production/k8s/helmfile/env/production/ui.values.yaml.gotmpl
# run the values script for local, prod and staging
- name: Update argo values for local, staging and production
if: github.event_name != 'pull_request'
id: update-argo-values
run: |
cd ./repos/wbaas-deploy-staging
Expand Down

0 comments on commit 6e04a2b

Please sign in to comment.