We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335ec18 commit 6fd7232Copy full SHA for 6fd7232
.github/workflows/actions.yml
@@ -49,7 +49,7 @@ jobs:
49
repo: ${{ secrets.REPOSITORY }}
50
region: ${{ env.AWS_REGION }}
51
current_date : $(date +'%Y%m%d')
52
- tags: ${{ secrets.APPLICATION_NAME }}_${current_date}_v1.0.${{ github.run_number }}
+ tags: ${{ secrets.APPLICATION_NAME }}_$(date +'%Y%m%d')_v1.0.${{ github.run_number }}
53
daemon_off: false
54
dockerfile: ./Dockerfile
55
context: ./
0 commit comments