We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf56af commit 99343caCopy full SHA for 99343ca
1 file changed
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
--output "type=image,push=false" \
41
--tag neffets/drupal:10.5-apache \
42
--tag neffets/drupal:latest \
43
- --file 10.5/php8.4/apache-bookworm/Dockerfile 10.5/php8.4/apache-bookworm/
+ --file 10.5/php8.3/apache-trixie/Dockerfile 10.5/php8.3/apache-trixie/
44
-
45
name: Docker Buildx (push)
46
if: success() && github.event_name != 'pull_request'
@@ -51,7 +51,7 @@ jobs:
51
--output "type=image,push=true" \
52
53
54
55
56
name: Inspect image
57
if: always() && github.event_name != 'pull_request'
0 commit comments