Skip to content

Commit

Permalink
Add 3 different semver tags, so you can choose a level of updates to …
Browse files Browse the repository at this point in the history
…automatically pull in
  • Loading branch information
cmmarslender committed Aug 11, 2023
1 parent 6ba734b commit b27597d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
suffix=
tags: |
type=raw,value=main,enable={{is_default_branch}}
type=semver,pattern={{version}},enable=${{ }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,format=long
- name: Build Docker Container
Expand Down

0 comments on commit b27597d

Please sign in to comment.