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 18
18
type : string
19
19
default : ghcr.io
20
20
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."
21
25
image_name :
22
26
required : true
23
27
type : string
78
82
with :
79
83
context : workflow
80
84
images : |
81
- ${{ inputs.registry_uri }}/${{ inputs.image_name }}
85
+ ${{ inputs.registry_uri }}/${{ inputs.image_namespace_name }}/${{ inputs. image_name }}
82
86
tags : |
83
87
type=ref,event=branch
84
88
type=ref,event=pr
Original file line number Diff line number Diff line change 30
30
environment : " dev"
31
31
working_directory : " ./code/function"
32
32
registry_uri : " ghcr.io"
33
+ image_namespace_name : " PerfectThymeTech"
33
34
image_name : " AzureFunctionPython"
34
35
secrets :
35
36
USER_NAME : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments