Skip to content

Commit

Permalink
t4
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Nov 12, 2024
1 parent cd7376c commit fe89b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
env:
tags: ${{ steps.meta.outputs.tags }}
run: |
echo "Tags: $tags"
echo "TEST_IMAGE_TAG=${{ steps.meta.outputs.tags[0] }}" >> $GITHUB_OUTPUT
first_tag=$(echo "$tags" | head -n 1)
echo "TEST_IMAGE_TAG=$first_tag" >> $GITHUB_OUTPUT
- name: Run integration tests
uses: ./.github/workflows/integration-tests
Expand Down

0 comments on commit fe89b12

Please sign in to comment.