Skip to content

Commit 8e1dbac

Browse files
update docker save command to use image repo environment variable
1 parent 00d6ea6 commit 8e1dbac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
--build-arg LAB_IMAGE_REF=stellar-lab:${{ matrix.arch }}
244244
.
245245
- name: Save Quickstart Image
246-
run: docker save ${{ steps.tag.outputs.tag }} -o /tmp/image
246+
run: docker save ${{ env.image_repo }}:${{ steps.tag.outputs.tag }} -o /tmp/image
247247
- name: Upload Quickstart Image
248248
uses: actions/upload-artifact@v4
249249
with:

0 commit comments

Comments
 (0)