Skip to content

Commit 5f1d703

Browse files
committed
moodle
1 parent d15dc45 commit 5f1d703

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
tags: ${{env.TAGS}}
7979
registry: docker.io
8080
directory: ${{env.DIRECTORY}}
81-
dockerfile: ${{env.DOCKERFILE}}
8281
multiPlatform: true
8382
platform: linux/amd64
8483
username: ${{ secrets.DOCKER_USERNAME }}

apps/moodle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Moodle Dockerfile based on official php:apache
1+
# Moodle Dockerfile based on official php:apache image
22
# Reference: https://docs.moodle.org/501/en/Installation_quick_guide
33

44
FROM php:8.2-apache

0 commit comments

Comments
 (0)