Skip to content

chore: deploy workspace proxies on fly.io #10983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 4, 2023
Prev Previous commit
Next Next commit
remove image output
  • Loading branch information
matifali committed Dec 1, 2023
commit 7447ad011d83e9bf3b48f03f27498eb3af21418b
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,6 @@ jobs:
docker tag ghcr.io/coder/coder-preview:main ghcr.io/coder/coder-preview:main-$tag
docker push ghcr.io/coder/coder-preview:main-$tag

# save the image as output
echo "image=ghcr.io/coder/coder-preview:main-$tag" >> $GITHUB_ENV

- name: Prune old images
uses: vlaurin/action-ghcr-prune@v0.5.0
with:
Expand Down