diff --git a/.github/workflows/deploy-demo.yaml b/.github/workflows/deploy-demo.yaml index 1bf82f7..3a6459b 100644 --- a/.github/workflows/deploy-demo.yaml +++ b/.github/workflows/deploy-demo.yaml @@ -26,12 +26,6 @@ jobs: id: version run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT - - name: Install deps - run: npm install - - - name: Build container - run: make - # uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 # with: # registry: ghcr.io @@ -48,6 +42,12 @@ jobs: access_token_lifetime: 900s create_credentials_file: true + - name: Install deps + run: npm install + + - name: Build container + run: make + # - name: Login to Artifact Registry # uses: docker/login-action@v1 # with: