diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 9e9f112..e509da2 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -36,6 +36,7 @@ jobs: # 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 @@ -48,12 +49,14 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - name: Build and push Docker image - id: push - uses: docker/build-push-action@v6 - with: - context: . - file: ./Dockerfile - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + - run: yarn add yup + +# - name: Build and push Docker image +# id: push +# uses: docker/build-push-action@v6 +# with: +# context: . +# file: ./Dockerfile +# push: true +# tags: ${{ steps.meta.outputs.tags }} +# labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file