chore(ci): Fix registry name

This commit is contained in:
Kyle Gospodnetich 2024-08-18 20:27:25 -07:00
parent e9c6316d3a
commit 9633da08f5

View File

@ -241,7 +241,7 @@ jobs:
if [ "${{ github.event.inputs.fresh-rechunk }}" == "true" ]; then
IMAGEREF=""
else
IMAGEREF="${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}:stable"
IMAGEREF="${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:stable"
fi
echo "ref=${IMAGEREF}" >> $GITHUB_OUTPUT