Skip to content

Commit

Permalink
Add semver pattern back in for tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jan 22, 2024
1 parent bbec1f4 commit dc8a096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,event=pr
type=semver,pattern={{version}}
- name: Build and also push Dockerimage
id: build-and-push
Expand Down

0 comments on commit dc8a096

Please sign in to comment.