Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Dec 27, 2024
1 parent 3492dd8 commit 6433ee8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ 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'))" >> $GITHUB_OUTPUT
echo "IMAGE_VERSION=$(echo $(ack -o '^version.*:\K.*$' ../charts/api/Chart.yaml | sed 's/^ //g' | sed 's/ $//g'))" >> $GITHUB_ENV
- name: 'Echo test'
run: |
echo $CHART_VERSION
env:
CHART_VERSION: ${{ steps.version.outputs.IMAGE_VERSION }}
echo $IMAGE_VERSION
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
Expand Down

0 comments on commit 6433ee8

Please sign in to comment.