Skip to content

Commit

Permalink
Merge pull request #108 from getindata/remove-build-docker-image-step
Browse files Browse the repository at this point in the history
Remove Build docker image step from build pipeline
  • Loading branch information
grzegorz8 authored Nov 8, 2023
2 parents dbf7eb0 + 256698f commit 81e815d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,3 @@ jobs:
- name: Wheel
run: |
python setup.py sdist
- name: Build docker image
uses: docker/build-push-action@v3
with:
push: false
tags: getindata/streaming-jupyter-integrations:latest

0 comments on commit 81e815d

Please sign in to comment.