We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15dc45 commit 5f1d703Copy full SHA for 5f1d703
2 files changed
.github/workflows/docker.yml
@@ -78,7 +78,6 @@ jobs:
78
tags: ${{env.TAGS}}
79
registry: docker.io
80
directory: ${{env.DIRECTORY}}
81
- dockerfile: ${{env.DOCKERFILE}}
82
multiPlatform: true
83
platform: linux/amd64
84
username: ${{ secrets.DOCKER_USERNAME }}
apps/moodle/Dockerfile
@@ -1,4 +1,4 @@
1
-# Moodle Dockerfile based on official php:apache
+# Moodle Dockerfile based on official php:apache image
2
# Reference: https://docs.moodle.org/501/en/Installation_quick_guide
3
4
FROM php:8.2-apache
0 commit comments