Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Jan 21, 2024
1 parent 1d13283 commit 5a31b83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
# always generate latest tag on push
flavor: |
latest=true
Expand Down

0 comments on commit 5a31b83

Please sign in to comment.