changed file
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m9s

This commit is contained in:
Fedor Katurov 2024-08-16 23:23:07 +07:00
parent 9a3364f51e
commit 5e1367e355

View file

@ -30,6 +30,8 @@ jobs:
with: with:
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }} images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
- run: npm i -g 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