Skip to content

Commit

Permalink
Merge branch 'main' into multi-server-completions-tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
ForLoveOfCats committed Aug 31, 2023
2 parents 529adb9 + b949559 commit ff3865a
Show file tree
Hide file tree
Showing 427 changed files with 43,122 additions and 12,860 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_collab_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
publish:
name: Publish collab server image
name: Publish collab server image
runs-on:
- self-hosted
- deploy
Expand All @@ -22,6 +22,9 @@ jobs:
- name: Sign into DigitalOcean docker registry
run: doctl registry login

- name: Prune Docker system
run: docker system prune

- name: Checkout repo
uses: actions/checkout@v3
with:
Expand All @@ -41,6 +44,6 @@ jobs:
- name: Build docker image
run: docker build . --tag registry.digitalocean.com/zed/collab:v${COLLAB_VERSION}

- name: Publish docker image
run: docker push registry.digitalocean.com/zed/collab:v${COLLAB_VERSION}
Loading

0 comments on commit ff3865a

Please sign in to comment.