feat(ci): add snapshot release

This commit is contained in:
Julien Neuhart
2024-09-14 15:47:36 +02:00
parent b8cdee4f45
commit d21f87b543
5 changed files with 90 additions and 60 deletions

View File

@@ -23,4 +23,4 @@ jobs:
- name: Build and push Docker image for release
run: |
make release GOTENBERG_VERSION=${{ github.event.release.tag_name }}
make release GOTENBERG_VERSION=${{ github.event.release.tag_name }} DOCKER_REPOSITORY=thecodingmachine
make release GOTENBERG_VERSION=${{ github.event.release.tag_name }} DOCKER_REGISTRY=thecodingmachine