Skip to content

Commit

Permalink
fix: use release version as docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
StarTrooper08 committed Feb 20, 2024
1 parent 71440b4 commit 2d4ebb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
images: |
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=push tag
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker images
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 2d4ebb9

Please sign in to comment.