Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s
This commit is contained in:
parent
0cc628f9b2
commit
de04d1a5d8
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
|
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
|
||||||
|
|
||||||
|
- name: Use Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version-file: .nvmrc
|
||||||
|
cache: 'yarn'
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue