Add Docker build and publish GitHub Worflow#29
Merged
Merged
Conversation
ylebre
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This MR adds a GitHub Worflow that builds and publishes ("pushes") a docker image of this repository to the GitHub Container Registry (ghcr.io).
A docker image is created for each push to
main, for each branch that has a merge-request tomain, and for every git tag.The docker image for this branch can be seen at: https://github.com/pdsinterop/multiuser-php-solid-server/pkgs/container/multiuser-php-solid-server/884546882?tag=ci_docker-build
This MR can be squashed, to avoid multiple commits.
Some follow-up actions that come to mind:
tests/testsuite/run-solid-test-suite.shto pull the docker image from the registry, instead of building it (to reduce build time)multiuser-php-solid-server/tests/testsuite/run-solid-test-suite.sh
Line 9 in c441e79
matrixto build for other PHP versions than only 8.3@ylebre Let me know if any of these (or something else) needs to be picked up. 👍