Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
add semver to images
  • Loading branch information
olivierlabayle authored Apr 14, 2023
1 parent ef69116 commit 71e468f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
uses: docker/metadata-action@v3
with:
images: olivierlabayle/ukbmain
tags: |
type=schedule
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Build and push
uses: docker/build-push-action@v2
Expand All @@ -39,4 +46,4 @@ jobs:
file: docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 71e468f

Please sign in to comment.