Skip to content

Commit 7c4cba8

Browse files
authored
FROM_ARG=adockero/php-nginx:8.3-alpine-php-dev
1 parent d52eefe commit 7c4cba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-8.3-php.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)