File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 id : determine_tag
5050 run : |
5151 if [[ "${{ github.ref_name }}" == "main" ]]; then
52- echo "tagname=latest " >> $GITHUB_OUTPUT
52+ echo "tagname=latest_fdp " >> $GITHUB_OUTPUT
5353 elif [[ "${{ github.ref_name }}" == "dev" ]]; then
5454 echo "tagname=dev" >> $GITHUB_OUTPUT
5555 elif [[ "${{ github.ref_name }}" == "demo" ]]; then
7878 push : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
7979 tags : |
8080 ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}/km-api:${{ steps.determine_tag.outputs.tagname }}
81- ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}/km-api:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
81+ ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}/km-api:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments