Skip to content

Commit eef7e61

Browse files
author
Ahmad Nassri
committed
ci(release): prefix docker image tags with 'v' and publish a major alias
1 parent a982a3a commit eef7e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
password: ${{ secrets.DOCKER_PASSWORD }}
4141
registry: registry.hub.docker.com
4242
repository: ahmadnassri/action-semantic-release
43-
tags: latest, ${{ steps.release.outputs.release-version }}
43+
tags: latest, v${{ steps.release.outputs.release-version-major }}, v${{ steps.release.outputs.release-version }}

0 commit comments

Comments
 (0)