Skip to content

Commit

Permalink
Update python-docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored May 28, 2021
1 parent c0d00a8 commit b993d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ on:
jobs:
python-deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docker
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python
Expand Down Expand Up @@ -58,6 +55,9 @@ jobs:
docker-deploy:
needs: [python-deploy]
runs-on: ubuntu-latest
defaults:
run:
working-directory: docker
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit b993d0e

Please sign in to comment.