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 Jun 23, 2021
1 parent 7fbdf35 commit 58cd12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
type=edge
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
type=raw,value=${{ env.version }},enable=${{ !contains(github.ref, '.dev') }}
type=raw,value=${{ env.version }}
- name: Set up QEMU
uses: docker/[email protected]
- name: Setup Docker Buildx
Expand Down

0 comments on commit 58cd12f

Please sign in to comment.