Skip to content

Commit 7f11bd9

Browse files
remove dot from docker build context
1 parent 5058d51 commit 7f11bd9

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
@@ -234,7 +234,6 @@ jobs:
234234
-f Dockerfile
235235
-t ${{ env.image_repo }}:${{ steps.tag.outputs.tag }}
236236
--label org.opencontainers.image.revision="${{ env.sha }}"
237-
.
238237
--build-arg REVISION="${{ env.sha }}"
239238
--build-arg PROTOCOL_VERSION_DEFAULT="${{ matrix.image.config.protocol_version_default }}"
240239
--build-arg XDR_IMAGE_REF=stellar-xdr:${{ matrix.arch }}
@@ -243,6 +242,7 @@ jobs:
243242
--build-arg HORIZON_IMAGE_REF=stellar-horizon:${{ matrix.arch }}
244243
--build-arg FRIENDBOT_IMAGE_REF=stellar-friendbot:${{ matrix.arch }}
245244
--build-arg LAB_IMAGE_REF=stellar-lab:${{ matrix.arch }}
245+
.
246246
- name: Save Quickstart Image
247247
run: docker save ${{ steps.tag.outputs.tag }} -o /tmp/image
248248
- name: Upload Quickstart Image

0 commit comments

Comments
 (0)