Skip to content
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

Revert back to v1 for now as there is a hang on larger PDFs. #38

Merged
merged 2 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tag SHA so older versions can still be referenced.
jmathewskyward committed May 21, 2024
commit 09a7bc29b22f00a1b56a9ec579c065efef6ec162
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ jobs:
# Note: tags has to be all lower-case
tags: |
ghcr.io/skywardapps/pdf-render-service:latest
ghcr.io/skywardapps/pdf-render-service:${{ github.sha }}
# build on feature branches, push only on main branch
push: ${{ github.ref == 'refs/heads/mainline' }}