ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
231 stars 79 forks source link

Add Workflows #94

Closed TekExplorer closed 3 years ago

TekExplorer commented 3 years ago

Add Automated builds Triggered by: push to master, cron schedule, starring the repo (commented)

Checks current Docker Hub version against current Pterodactyl version
If not same:
  - Build and publish new image(s)
  - Update version.txt

Requires secrets.DOCKERHUB_USERNAME and secrets.DOCKERHUB_TOKEN

might have overlooked/messed up something. take a look and tell me if changes are needed.