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:
|
||||
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'yarn'
|
||||
|
||||
# - name: Use Node.js
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: '18'
|
||||
# cache: 'yarn'
|
||||
- run: npm -g install yarn
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue