Add the workflow for Docker images and add a docker compose file #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
READ THIS BEFORE YOU MERGE
I would highly recommend setting up the token prior to merging this.
To do that, go to your account settings -> Developer settings -> Personal Access Tokens -> Tokens (Classic) -> Generate New Token -> Generate new token (classic)
From here, you need to turn on these perms in the screenshot.

After that, you add it to your repo (Repository settings -> Secrets and Variables -> Actions -> New Repository Secret)
For the new repository secret, name it
GHCR_TOKEN
and add the token GitHub gave you, after that it should work after this being merged.ta