Skip to content

Commit b2e6947

Browse files
authored
Fix TEST_IMAGE to use full image reference when pushing (#137)
1 parent f3ea64b commit b2e6947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
path: ${{ steps.metadata.outputs.bake-file }}
138138
- name: Run tests
139139
env:
140-
TEST_IMAGE: ${{ needs.version.outputs.push == 'true' && steps.build.outputs.digest || steps.build.outputs.imageid }}
140+
TEST_IMAGE: ${{ needs.version.outputs.push == 'true' && format('ghcr.io/prefix-dev/pixi@{0}', steps.build.outputs.digest) || steps.build.outputs.imageid }}
141141
run: |
142142
docker images
143143
# Test the pixi binary is available

0 commit comments

Comments
 (0)