File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,17 +104,17 @@ jobs:
104104 with :
105105 # Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
106106 tags : |
107- adockero/php-nginx:8.3-alpine-php-dev
107+ adockero/php-nginx:8.3-alpine-php-dev-ffmpeg
108108 # pull: false
109109 # push: true
110110 push : true
111111 context : ./
112112 # Path to the Dockerfile (Default is '{path}/Dockerfile')
113113 # path: ./dockerfile
114- file : Dockerfile.sshd
114+ file : Dockerfile.build-dir
115115 # Comma-delimited list of build-time variables
116116 build-args : |
117- FROM_ARG=adockero/php-nginx:8.3-alpine-php-dev-not-ssh-fpm
117+ FROM_ARG=adockero/php-nginx:8.3-alpine-php-dev
118118 BUILD_SCRIPT_ARG=install-ffmpeg.sh
119119 # Adds labels with git repository information to the built image
120120 labels : true
You can’t perform that action at this time.
0 commit comments