Update workflows
This commit is contained in:
parent
40a3d50dd3
commit
634a500dc8
6 changed files with 12 additions and 6 deletions
|
@ -53,7 +53,8 @@ jobs:
|
|||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral" \
|
||||
--no-logs-no-support
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
|
||||
|
|
|
@ -54,7 +54,8 @@ jobs:
|
|||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral" \
|
||||
--no-logs-no-support
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
|
||||
|
|
|
@ -55,7 +55,8 @@ jobs:
|
|||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral" \
|
||||
--no-logs-no-support
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
|
||||
|
|
|
@ -53,7 +53,8 @@ jobs:
|
|||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral" \
|
||||
--no-logs-no-support
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
echo "Result: $?"
|
||||
|
|
|
@ -53,7 +53,8 @@ jobs:
|
|||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral" \
|
||||
--no-logs-no-support
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
echo "Result: $?"
|
||||
|
|
|
@ -53,7 +53,8 @@ jobs:
|
|||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral" \
|
||||
--no-logs-no-support
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
echo "Result: $?"
|
||||
|
|
Loading…
Reference in a new issue