Skip to content

Commit

Permalink
fix traces
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathchandra24 committed Mar 3, 2024
1 parent 58fd9da commit 7f4a165
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-op-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ jobs:
- name: Set outputs
id: set-outputs
run: |
echo "FULL_IMAGE_NAME=$(${{ steps.image-metadata.outputs.json }} | jq '.tags[0]')" >> $GITHUB_OUTPUT
echo "FULL_IMAGE_NAME=$(echo '${{ steps.image-metadata.outputs.json }}' | jq '.tags[0]')" >> $GITHUB_OUTPUT
echo "IMAGE_NAME=${{ env.GITHUB_IMAGE }}" >> $GITHUB_OUTPUT
echo "DOCKER_IMG_NAME=${{env.DOCKER_REPO}}/${{ env.DOCKER_IMAGE }}" >> $GITHUB_OUTPUT
echo "FULL_IMAGE_NAME=$(echo '${{ steps.image-metadata.outputs.json }}'
echo "IMAGE_NAME=${{ env.GITHUB_IMAGE }}"
echo "DOCKER_IMG_NAME=${{env.DOCKER_REPO}}/${{ env.DOCKER_IMAGE }}"
operator-build:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 7f4a165

Please sign in to comment.