aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-27 03:28:45 -0400
committerXe Iaso <me@xeiaso.net>2024-06-27 03:29:31 -0400
commit95fc21a4d5d38b1cbcc0fdebc1e8085061229322 (patch)
tree94a6810e3809ef43a3fdc29eb89ff3e7a94d5516 /.github
parentc2ee60098cc4de829ff194a7a5573739463eff0b (diff)
downloadxesite-95fc21a4d5d38b1cbcc0fdebc1e8085061229322.tar.xz
xesite-95fc21a4d5d38b1cbcc0fdebc1e8085061229322.zip
workflows/earthly: try using alpha
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/earthly.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 24b8b53..5312e90 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -14,9 +14,17 @@ jobs:
permissions:
contents: read
packages: write
+ env:
+ EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
+ - name: Tailscale
+ uses: tailscale/github-action@v2
+ with:
+ oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
+ oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
+ tags: tag:ci
- uses: earthly/actions-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -32,12 +40,12 @@ jobs:
if: github.event_name != 'pull_request'
id: build-and-push
run: |
- earthly --ci --push +all
+ earthly --org me-2625 --sat alpha --ci --push +all
- name: Build Docker image
if: github.event_name == 'pull_request'
id: build
run: |
- earthly --ci +all
+ earthly --org me-2625 --sat alpha --ci +all
deploy-patreon:
name: "Deploy patreon-saasproxy"