File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 7070 # Adds labels with git repository information to the built image
7171 add_git_labels : true
7272
73+ - name : 7.4-alpine-v3.12-swoole-yasd-dev
74+ uses : docker/build-push-action@v1.1.0
75+ with :
76+ # Username used to log in to a Docker registry. If not set then no login will occur
77+ username : adockero
78+ # Password or personal access token used to log in to a Docker registry. If not set then no login will occur
79+ password : ${{ secrets.PASSWORD }}
80+ # Docker repository to tag the image with
81+ repository : adockero/hyperf
82+ # Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
83+ tags : 7.4-alpine-v3.12-swoole-yasd-dev
84+ # Path to the Dockerfile (Default is '{path}/Dockerfile')
85+ path : ./
86+ dockerfile : hyperf/Dockerfile.yasd.dev
87+ # Always attempt to pull a newer version of the image
88+ always_pull : true
89+ # 构建参数
90+ build_args : BASE_FORM=adockero/hyperf:7.4-alpine-v3.12-swoole-env
91+ # Adds labels with git repository information to the built image
92+ add_git_labels : true
93+
7394 - name : 7.4-alpine-v3.12-swoole-sshd-dev
7495 uses : docker/build-push-action@v1.1.0
7596 with :
87108 # Always attempt to pull a newer version of the image
88109 always_pull : true
89110 # 构建参数
90- build_args : BASE_FORM=adockero/hyperf:7.4-alpine-v3.12-swoole-env
111+ build_args : BASE_FORM=adockero/hyperf:7.4-alpine-v3.12-swoole-yasd-dev
91112 # Adds labels with git repository information to the built image
92113 add_git_labels : true
93114
You can’t perform that action at this time.
0 commit comments