Skip to content

Commit 9e5401e

Browse files
aozhuochaoaozhuochao
authored andcommitted
7.4-alpine-v3.12-swoole-yasd-dev
1 parent 2b8a7d3 commit 9e5401e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/hyperf.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,27 @@ jobs:
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:
@@ -87,7 +108,7 @@ jobs:
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

0 commit comments

Comments
 (0)