Skip to content

Commit

Permalink
Use "v" prefix in image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Apr 27, 2022
1 parent e15fc71 commit f821bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
docker.io/${{ github.repository }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: 'Build and push'
uses: 'docker/build-push-action@v2'
with:
Expand Down

0 comments on commit f821bab

Please sign in to comment.