Skip to content

Commit

Permalink
add feature based on Gabe's feedback to checkout the right zarf versi…
Browse files Browse the repository at this point in the history
…on to avoid injector to version mismatch but fixed a stupid mistake
  • Loading branch information
mcamick committed Oct 6, 2024
1 parent 8dead39 commit 5194418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-zarf-injector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: zarf_version
run: |
# Extract the Zarf version from the zarf-config.yaml file
zarf_version=$(grep 'injector_version:' zarf-config.yaml | cut -d'"' -f2)
zarf_version=$(grep 'agent_image_tag:' zarf-config.yaml | cut -d'"' -f2)
echo "Zarf Version: $zarf_version"
echo "zarf_version=$zarf_version" >> $GITHUB_ENV
Expand Down

0 comments on commit 5194418

Please sign in to comment.