Skip to content

Commit

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

0 comments on commit 1850c0d

Please sign in to comment.