mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-09 22:13:32 +00:00
chore(ci): Fix registry name
This commit is contained in:
parent
e9c6316d3a
commit
9633da08f5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user