Skip to content

Commit

Permalink
fix: tag generate
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jun 19, 2023
1 parent bd16684 commit 60aa2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
images: ${{ env.PACKAGE_REGISTRY }}/${{ github.repository_owner }}/${{ env.REPOSITORY }}
tags: |
type=semver,pattern={{major}}
type=semver,pattern={{version}}
type=pep440,pattern={{major}}
type=pep440,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 60aa2c8

Please sign in to comment.