Allow forks to create builds and fix failing build

This commit is contained in:
4n4n4s 2023-10-27 11:37:32 +00:00
parent d318a57be1
commit 1dbe2f1457
3 changed files with 27 additions and 13 deletions

6
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,6 @@
# Contribute
## Building and publishing docker images
Setup the secrets for DOCKERHUB_USERNAME and [DOCKERHUB_TOKEN](https://hub.docker.com/settings/security) in https://github.com/YOUR_USERNAME/free-games-claimer/settings/secrets/actions to be able to run the docker.yml workflows.
Check if under Workflow Permissions in https://github.com/YOUR_USERNAME/free-games-claimer/settings/actions the radio button is set to "Read and write permissions". In case that's not set the push to ghcr.io will fail.