Skip to content

Commit

Permalink
[CI] use semver for docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux authored Jul 29, 2021
1 parent 008176e commit 1be018d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.DOCKERHUB_REPO }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 1be018d

Please sign in to comment.