1 Commits

Author SHA1 Message Date
Aleksandr Tcitlionok
ca4784dd45 fix(ci): add version and sha tags
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 2m32s
2024-12-11 11:14:57 +00:00

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
@@ -44,3 +46,5 @@ jobs:
push: true
tags: |
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}