Skip to content

Commit

Permalink
Added warnings to the start of the image command.
Browse files Browse the repository at this point in the history
  • Loading branch information
werewolfboy13 committed Sep 25, 2024
1 parent 4675ea1 commit 7658e21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Docker Image CI

# !!! IMPORTANT !!! Do not run this on self hosted. Commands will cause havioc.
# Needs to be on GitHub hosted runners, if you want to run on self hosted, remove the tailscale commands
# and the push to prod command since it relies on tailscale and a webhook to push to prod.

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.

Expand Down

0 comments on commit 7658e21

Please sign in to comment.