File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,17 +104,17 @@ jobs:
104
104
with :
105
105
# Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
106
106
tags : |
107
- adockero/php-nginx:8.3-alpine-php-dev
107
+ adockero/php-nginx:8.3-alpine-php-dev-ffmpeg
108
108
# pull: false
109
109
# push: true
110
110
push : true
111
111
context : ./
112
112
# Path to the Dockerfile (Default is '{path}/Dockerfile')
113
113
# path: ./dockerfile
114
- file : Dockerfile.sshd
114
+ file : Dockerfile.build-dir
115
115
# Comma-delimited list of build-time variables
116
116
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
118
118
BUILD_SCRIPT_ARG=install-ffmpeg.sh
119
119
# Adds labels with git repository information to the built image
120
120
labels : true
You can’t perform that action at this time.
0 commit comments