Skip to content

Commit 8a85f5b

Browse files
committed
Updated GHA release for multiple version types
1 parent 363db63 commit 8a85f5b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
3131
with:
3232
images: sktan/aws-codeartifact-proxy
33+
tags: |
34+
type=semver,pattern={{version}}
35+
type=semver,pattern={{major}}.{{minor}}
36+
type=semver,pattern={{major}}
3337
- name: Build and push Docker image
3438
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
3539
with:

0 commit comments

Comments
 (0)