Update .forgejo/workflows/build-and-dockerise.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s
This commit is contained in:
parent
19da15822c
commit
96f6cffe13
1 changed files with 2 additions and 0 deletions
|
@ -35,9 +35,11 @@ jobs:
|
||||||
|
|
||||||
- name: Install Yarn dependencies
|
- name: Install Yarn dependencies
|
||||||
run: yarn install --frozen-lockfile # Use --frozen-lockfile for reproducible installs
|
run: yarn install --frozen-lockfile # Use --frozen-lockfile for reproducible installs
|
||||||
|
shell: sh
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
shell: sh
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue