Skip to content

Commit

Permalink
workflow: fix ArgoCD update in build step (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 28, 2024
1 parent a36ee78 commit 201bee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
sed -i "/image:/{n;s/tag:.*/tag: $TAG/;}" ./repos/wbaas-deploy-staging/k8s/helmfile/env/staging/api.values.yaml.gotmpl
sed -i "/image:/{n;s/tag:.*/tag: $TAG/;}" ./repos/wbaas-deploy-production/k8s/helmfile/env/production/api.values.yaml.gotmpl
- name: Update argo values for local, staging and production
if: github.event_name != 'pull_request'
if: steps.update-check.outputs.match == 'true'
id: update-argo-values
run: |
cd ./repos/wbaas-deploy-staging
Expand Down

0 comments on commit 201bee9

Please sign in to comment.