Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes for github actions #132

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Conversation

christian-heusel
Copy link
Collaborator

It seems like the update action fails (see https://github.com/wikimedia/mediawiki-docker/actions/runs/6345587761/job/17237820236#step:4:55) because of an invalid cert. According to google/go-github#1049 this is most likely caused by missing ca-certificates which this PR also installs in the pipeline.

While we are at it this also updates the readme to correctly reflect the current state of things, reformats the yaml a bit and updates the checkout action. 😊

This was locally tested to fix the issue using https://github.com/nektos/act/

@reedy reedy merged commit 49ade54 into wikimedia:main Oct 2, 2023
9 checks passed
christian-heusel added a commit to christian-heusel/mediawiki-docker that referenced this pull request Oct 16, 2023
This fixes an error that was not caught by local testing in wikimedia#132:
> must be run from inside a git repository
> Error: Process completed with exit code 1.

This is maybe just a workaround for a bug in the checkout action, which
already should set the correct safe directory according to its
documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants