Skip to content

Commit 99f6f88

Browse files
authored
fix filename for image tar (#3121)
1 parent f28a6db commit 99f6f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Load images and push to registry
208208
run: |
209-
mv /tmp/${{ matrix.platform }}/${{ matrix.image }}-docker-image-${{ matrix.platform }}.tar ./${{ matrix.image }}_image_${{ matrix.platform }}.tar
209+
mv /tmp/${{ matrix.platform }}/${{ matrix.image }}_image_${{ matrix.platform }}.tar ./${{ matrix.image }}_image_${{ matrix.platform }}.tar
210210
if ! loaded_image=$(docker load -i ${{ matrix.image }}_image_${{ matrix.platform }}.tar | grep "Loaded image:" | head -n 1 | awk '{print $3}'); then
211211
echo "Failed to load Docker image"
212212
exit 1

0 commit comments

Comments
 (0)