Skip to content

Commit 6fd7232

Browse files
Update actions.yml
1 parent 335ec18 commit 6fd7232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
repo: ${{ secrets.REPOSITORY }}
5050
region: ${{ env.AWS_REGION }}
5151
current_date : $(date +'%Y%m%d')
52-
tags: ${{ secrets.APPLICATION_NAME }}_${current_date}_v1.0.${{ github.run_number }}
52+
tags: ${{ secrets.APPLICATION_NAME }}_$(date +'%Y%m%d')_v1.0.${{ github.run_number }}
5353
daemon_off: false
5454
dockerfile: ./Dockerfile
5555
context: ./

0 commit comments

Comments
 (0)