Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 17s

This commit is contained in:
muerwre 2024-08-16 22:45:13 +07:00
parent 0cc628f9b2
commit de04d1a5d8

View file

@ -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