Update .gitea/workflows/main.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m9s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m9s
This commit is contained in:
parent
c0de64e387
commit
fe4c334efb
@ -15,6 +15,14 @@ jobs:
|
|||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up Node.js
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '20'
|
||||||
|
|
||||||
|
- name: Install pnpm
|
||||||
|
run: npm install -g pnpm
|
||||||
|
|
||||||
- name: Download dependencies to cache
|
- name: Download dependencies to cache
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/
|
mkdir -p /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/
|
||||||
|
Loading…
Reference in New Issue
Block a user