File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1818 type : string
1919 default : ghcr.io
2020 description : " Specifies the uri of the container registry."
21+ image_namespace_name :
22+ required : true
23+ type : string
24+ description : " Specifies the namespace name of the image."
2125 image_name :
2226 required : true
2327 type : string
7882 with :
7983 context : workflow
8084 images : |
81- ${{ inputs.registry_uri }}/${{ inputs.image_name }}
85+ ${{ inputs.registry_uri }}/${{ inputs.image_namespace_name }}/${{ inputs. image_name }}
8286 tags : |
8387 type=ref,event=branch
8488 type=ref,event=pr
Original file line number Diff line number Diff line change 3030 environment : " dev"
3131 working_directory : " ./code/function"
3232 registry_uri : " ghcr.io"
33+ image_namespace_name : " PerfectThymeTech"
3334 image_name : " AzureFunctionPython"
3435 secrets :
3536 USER_NAME : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments