Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 28, 2022
1 parent b086c5a commit 721526e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cryptonite/_version.py

__pycache__/**
*.egg-info/**
*.egg
*.egg
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
images: ghcr.io/${{ github.repository }}/cryptonite
flavor: latest=true
tags: |
type=semver,priority=1000,pattern={{version}}
type=pep440,priority=1000,pattern={{version}}
type=sha,priority=900
type=ref,priority=800,event=branch
type=ref,priority=700,event=pr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
steps:
- name: Get current Cryptonite tag
id: get-tag
run: echo "tag=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUTS"
run: echo "tag=${GITHUB_REF#refs/*/v}" >> "$GITHUB_OUTPUTS"

- name: Download Cryptonite from PyPI
run: |
Expand Down

0 comments on commit 721526e

Please sign in to comment.