fix: Move to manual git clone
Some checks failed
Build / build (push) Failing after 42s

the actions/checkout cannot pull from github
This commit is contained in:
Jiří Štefka 2024-01-27 02:48:52 +01:00
parent 06da0b1e92
commit a61e416bb5
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -40,11 +40,7 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
- name: Get upstream repository - name: Get upstream repository
uses: actions/checkout@v4 run: git clone https://github.com/ONLYOFFICE/DocumentServer upstream
with:
repository: ONLYOFFICE/DocumentServer
ref: master
path: upstream
- name: Extract tags and labels for Docker - name: Extract tags and labels for Docker
id: meta id: meta