mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fix: revert
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -37,13 +37,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
uses: docker/build-push-action@v5
|
run: ./docker/build.sh
|
||||||
with:
|
|
||||||
push: false
|
|
||||||
context: .
|
|
||||||
file: ./docker/Dockerfile
|
|
||||||
tags: documenso-${{ github.sha }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user