Skip to content

Commit

Permalink
Allow publish pyfunc and pyspark docker (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah authored Oct 29, 2020
1 parent 1063cd2 commit c2f7599
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:

publish-pyfunc-base-docker:
runs-on: ubuntu-latest
needs: publish-python-sdk
steps:
- uses: actions/checkout@v2
- name: Build and push PyFunc Base Docker image
Expand All @@ -148,7 +147,6 @@ jobs:

publish-pyspark-base-docker:
runs-on: ubuntu-latest
needs: publish-python-sdk
steps:
- uses: actions/checkout@v2
- name: Build and push PySpark Base Docker image
Expand Down

0 comments on commit c2f7599

Please sign in to comment.