diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-27 05:30:19 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-27 05:30:19 -0400 |
| commit | 4e49f9f1ed2321be9a12107593e6b73be3bcd8e0 (patch) | |
| tree | fd72cc9167b3d1dbe5c8a4eb6e1c4989f985303f /.github/workflows | |
| parent | fff985f2c7c1e35f15d0e384148818d5a2d9535a (diff) | |
| download | xesite-4e49f9f1ed2321be9a12107593e6b73be3bcd8e0.tar.xz xesite-4e49f9f1ed2321be9a12107593e6b73be3bcd8e0.zip | |
try over tailscale?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/earthly.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index c7cd064..894e729 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest permissions: contents: read packages: write @@ -23,6 +23,12 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} version: "latest" # or pin to an specific version, e.g. "0.8.1" + - name: Tailscale + uses: tailscale/github-action@v2 + with: + oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} + oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} + tags: tag:ci - name: Log into registry if: github.event_name != 'pull_request' uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 |
