Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 28s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 28s
This commit is contained in:
parent
5371b085d9
commit
df48466c87
1 changed files with 6 additions and 6 deletions
|
@ -30,12 +30,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
|
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
|
||||||
|
|
||||||
- name: Use Node.js
|
# - name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
# uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: '18'
|
# node-version: '18'
|
||||||
cache: 'yarn'
|
# cache: 'yarn'
|
||||||
|
- run: npm -g install 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