Skip to content

Commit

Permalink
#8082: Test with new output tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 10, 2024
1 parent 60f93ed commit 9eed444
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
else
echo "::set-output name=IMAGE_TAG::${GITHUB_ACTOR}" >> $GITHUB_ENV
fi
outputs:
IMAGE_TAG: ${{ steps.set-image.outputs.IMAGE_TAG }}
build-artifact:
needs: set-docker-image-tag
strategy:
Expand All @@ -35,7 +37,7 @@ jobs:
environment: dev
runs-on: build
container:
image: ghcr.io/${{ github.repository }}/${{ matrix.arch }}:$IMAGE_TAG
image: ghcr.io/${{ github.repository }}/${{ matrix.arch }}:${{ needs.set-image.outputs.IMAGE_TAG }}
env:
TT_METAL_HOME: ${{ env.TT_METAL_HOME }}
CONFIG: ${{ env.CONFIG }}
Expand Down

0 comments on commit 9eed444

Please sign in to comment.