Skip to content

Commit

Permalink
can we install ack?
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Dec 27, 2024
1 parent de3e40a commit 3492dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: version
run: |
sudo apt install ack
echo "IMAGE_VERSION=$(echo $(ack -o '^version.*:\K.*$' ../charts/api/Chart.yaml | sed 's/^ //g' | sed 's/ $//g') | tr -d '"' )" >> $GITHUB_OUTPUT
echo "IMAGE_VERSION=$(echo $(ack -o '^version.*:\K.*$' ../charts/api/Chart.yaml | sed 's/^ //g' | sed 's/ $//g'))" >> $GITHUB_OUTPUT
- name: 'Echo test'
run: |
Expand Down

0 comments on commit 3492dd8

Please sign in to comment.