Skip to content

Commit

Permalink
Switch docker tags to use semver
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangiebel committed Nov 17, 2024
1 parent 379ce9f commit c4d5e88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=${{steps.get-version.outputs.version}}
type=semver,pattern={{version}},value=${{steps.get-version.outputs.version}}
type=semver,pattern={{major}}.{{minor}},value=${{steps.get-version.outputs.version}}
type=semver,pattern={{major}},value=${{steps.get-version.outputs.version}}
- name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
Expand Down

0 comments on commit c4d5e88

Please sign in to comment.