Skip to content

Commit fee6d8f

Browse files
author
aozhuochao
committed
- name: php:hyperf-8.3-alpine-v3.19-swow-xdebug
1 parent ce1d9e3 commit fee6d8f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/docker-other.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,26 @@ jobs:
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

0 commit comments

Comments
 (0)