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

This commit is contained in:
muerwre 2024-08-16 22:52:10 +07:00
parent 5371b085d9
commit df48466c87

View file

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