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 6433ee8 commit baa5966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
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 $IMAGE_VERSION
run: env

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
Expand Down

0 comments on commit baa5966

Please sign in to comment.