We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5058d51 commit 7f11bd9Copy full SHA for 7f11bd9
1 file changed
.github/workflows/newbuild.yml
@@ -234,7 +234,6 @@ jobs:
234
-f Dockerfile
235
-t ${{ env.image_repo }}:${{ steps.tag.outputs.tag }}
236
--label org.opencontainers.image.revision="${{ env.sha }}"
237
- .
238
--build-arg REVISION="${{ env.sha }}"
239
--build-arg PROTOCOL_VERSION_DEFAULT="${{ matrix.image.config.protocol_version_default }}"
240
--build-arg XDR_IMAGE_REF=stellar-xdr:${{ matrix.arch }}
@@ -243,6 +242,7 @@ jobs:
243
242
--build-arg HORIZON_IMAGE_REF=stellar-horizon:${{ matrix.arch }}
244
--build-arg FRIENDBOT_IMAGE_REF=stellar-friendbot:${{ matrix.arch }}
245
--build-arg LAB_IMAGE_REF=stellar-lab:${{ matrix.arch }}
+ .
246
- name: Save Quickstart Image
247
run: docker save ${{ steps.tag.outputs.tag }} -o /tmp/image
248
- name: Upload Quickstart Image
0 commit comments