File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
required : true
8
8
type : boolean
9
9
description : Whether to push the built images to Docker Hub
10
- docker_username :
10
+ docker_org_name :
11
11
required : true
12
12
type : string
13
13
base_commit :
17
17
required : true
18
18
type : string
19
19
secrets :
20
+ docker_username :
21
+ required : false
20
22
docker_password :
21
23
required : false
22
24
35
37
id : set-matrix
36
38
37
39
with :
38
- docker-username : ${{ inputs.docker_username }}
40
+ docker-username : ${{ inputs.docker_org_name }}
39
41
base-commit : ${{ inputs.base_commit }}
40
42
head-commit : ${{ inputs.head_commit }}
41
43
docker :
57
59
uses : docker/login-action@releases/v1
58
60
if : ${{ inputs.push }}
59
61
with :
60
- username : ${{ inputs .docker_username }}
62
+ username : ${{ secrets .docker_username }}
61
63
password : ${{ secrets.docker_password }}
62
64
- name : Build and push docker
63
65
uses : docker/build-push-action@v4
You can’t perform that action at this time.
0 commit comments