Rely on script

This commit is contained in:
Adria Navarro 2023-10-02 17:52:51 +02:00
parent 42b75a1ec3
commit 425801b4e5
1 changed files with 5 additions and 7 deletions

View File

@ -53,15 +53,13 @@ jobs:
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- name: Run Yarn - name: Run Yarn
run: yarn run: yarn
- name: Update versions
run: ./scripts/updateVersions.sh
- name: Run Yarn Build - name: Run Yarn Build
run: yarn build --scope @budibase/server --scope @budibase/worker run: yarn build --scope @budibase/server --scope @budibase/worker
- name: Login to Docker Hub # - name: Login to Docker Hub
uses: docker/login-action@v2 # uses: docker/login-action@v2
with: # with:
username: ${{ secrets.DOCKER_USERNAME }} # username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_API_KEY }} # password: ${{ secrets.DOCKER_API_KEY }}
- name: Get the latest release version - name: Get the latest release version
id: version id: version
run: | run: |