Skip to content

Commit

Permalink
Update push-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenessaman authored Apr 18, 2024
1 parent 9d17d43 commit a11e52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a11e52e

Please sign in to comment.