mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: revert
This commit is contained in:
parent
46e83d65bb
commit
ba37633ecd
1 changed files with 1 additions and 9 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -37,13 +37,5 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: false
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
tags: documenso-${{ github.sha }}
|
||||
run: ./docker/build.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue