Update main.yaml
Signed-off-by: dannielshalev <44364077+dannielshalev@users.noreply.github.com>
This commit is contained in:
parent
66b79db3ec
commit
c4de97951f
|
|
@ -36,4 +36,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:v{{ github.ref_name }}.${{ github.run_number }}"
|
||||
tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:${{ github.ref_name }}.${{ github.run_number }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue