From 9d17d431bb204b59fb2e2cc50fe24f2657693529 Mon Sep 17 00:00:00 2001 From: jenessaman <69314485+jenessaman@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:54:39 -0400 Subject: [PATCH 1/2] Update push-docker-image.yml --- .github/workflows/push-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 1aef82111c..1cd0648561 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -65,7 +65,7 @@ jobs: - name: Build Docker Image run: | - DOCKER_BUILDKIT=1 docker build --secret id=posthog_api_key,env=POSTHOG_API_KEY --build-arg DISABLE_POSTHOG_TRACKING=${{ matrix.disablePosthogTracking }} --build-arg SPECKLE_SERVER_VERSION=${{ github.event.inputs.tag != '' && github.ref_name || github.event.inputs.tag } -t ${{ matrix.package }}:latest -f packages/${{ matrix.package }}/Dockerfile . + DOCKER_BUILDKIT=1 docker build --secret id=posthog_api_key,env=POSTHOG_API_KEY --build-arg DISABLE_POSTHOG_TRACKING=${{ matrix.disablePosthogTracking }} --build-arg SPECKLE_SERVER_VERSION=${{ github.event.inputs.tag != '' && github.ref_name || github.event.inputs.tag }} -t ${{ matrix.package }}:latest -f packages/${{ matrix.package }}/Dockerfile . docker save ${{ matrix.package }}:latest -o ${{ matrix.package }}.tar echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" env: From a11e52e66c77e9a65a12e41eb3fa13010090ad8b Mon Sep 17 00:00:00 2001 From: jenessaman <69314485+jenessaman@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:59:50 -0400 Subject: [PATCH 2/2] Update push-docker-image.yml --- .github/workflows/push-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 1cd0648561..f51f7f9326 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -65,7 +65,7 @@ jobs: - name: Build Docker Image run: | - DOCKER_BUILDKIT=1 docker build --secret id=posthog_api_key,env=POSTHOG_API_KEY --build-arg DISABLE_POSTHOG_TRACKING=${{ matrix.disablePosthogTracking }} --build-arg SPECKLE_SERVER_VERSION=${{ github.event.inputs.tag != '' && github.ref_name || github.event.inputs.tag }} -t ${{ matrix.package }}:latest -f packages/${{ matrix.package }}/Dockerfile . + DOCKER_BUILDKIT=1 docker build --secret id=posthog_api_key,env=POSTHOG_API_KEY --build-arg DISABLE_POSTHOG_TRACKING=${{ matrix.disablePosthogTracking }} --build-arg SPECKLE_SERVER_VERSION=${{ github.event.inputs.tag == '' && github.ref_name || github.event.inputs.tag }} -t ${{ matrix.package }}:latest -f packages/${{ matrix.package }}/Dockerfile . docker save ${{ matrix.package }}:latest -o ${{ matrix.package }}.tar echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" env: