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 b993d0e commit 7ace8ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ 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 Expand Up @@ -96,6 +93,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2.4.0
with:
context: docker
push: (github.event_name == 'push' && (contains(github.ref, '/heads/master') || contains(github.ref, '/tags/v')))
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 7ace8ff

Please sign in to comment.