Skip to content

Commit

Permalink
Merge pull request #596 from bcgov/BCPSDEMS-1871-tools
Browse files Browse the repository at this point in the history
fix isl
  • Loading branch information
leewrigh authored Jul 4, 2024
2 parents 38722f0 + ad1b892 commit 19c181d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-islinterfaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "Updating tag apitag: to ${{ steps.short_sha.outputs.SHORT_SHA }}"
sed -i "s/apitag: .*/apitag: ${{ env.VALUES_FILE }}-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" ../deploy/${{ env.VALUES_FILE }}_values.yaml
sed -i "s/apitag: .*/apitag: ${{ env.VALUES_FILE }}-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" approvalflow/values.yaml
sed -i "s/apitag: .*/apitag: ${{ env.VALUES_FILE }}-${{ steps.short_sha.outputs.SHORT_SHA }} # Image Updated on $DATETIME/" islinterfaces/values.yaml
# Commit and push the changes
git config --global user.email "[email protected]"
Expand All @@ -107,7 +107,7 @@ jobs:
# Repackage Helm Chart
cd approvalflow
cd islinterfaces
helm dependency build
Expand Down

0 comments on commit 19c181d

Please sign in to comment.