File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v2.3.2
2828
2929
30+ - name : php:hyperf-8.3-alpine-v3.19-swow-xdebug
31+ uses : docker/build-push-action@v1.1.0
32+ with :
33+ # Username used to log in to a Docker registry. If not set then no login will occur
34+ username : adockero
35+ # Password or personal access token used to log in to a Docker registry. If not set then no login will occur
36+ password : ${{ secrets.PASSWORD }}
37+ # Docker repository to tag the image with
38+ repository : adockero/php
39+ # Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
40+ tags : hyperf-8.3-alpine-v3.19-swow-xdebug
41+ # Path to the Dockerfile (Default is '{path}/Dockerfile')
42+ # path: ./dockerfile
43+ dockerfile : ./other/Dockerfile.hyperf.xdebug
44+ # Always attempt to pull a newer version of the image
45+ always_pull : true
46+ # Comma-delimited list of build-time variables
47+ build_args : FROM_ARG=hyperf/hyperf:8.3-alpine-v3.19-swow,PHP_BUILD_VERSION=83
48+ # Adds labels with git repository information to the built image
49+ add_git_labels : true
3050
3151
3252 - name : php:hyperf-8.3-alpine-v3.19-swoole-xdebug
You can’t perform that action at this time.
0 commit comments