Remove unnecessary build
This commit is contained in:
13
.github/workflows/caprover.yml
vendored
13
.github/workflows/caprover.yml
vendored
@@ -37,19 +37,6 @@ jobs:
|
||||
${{ env.IMAGE_URL }}
|
||||
ghcr.io/cryptooda/managing-api:latest
|
||||
|
||||
- name: Preset Web UI Image Name
|
||||
run: echo "WEBUI_IMAGE_URL=$(echo ghcr.io/cryptooda/managing-webui:$(echo ${{ github.sha }} | cut -c1-7) | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and push Web UI Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./src/Managing.WebApp/Dockerfile-web-ui-dev
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.WEBUI_IMAGE_URL }}
|
||||
ghcr.io/cryptooda/managing-webui:latest
|
||||
|
||||
# - name: Deploy Image to CapRover
|
||||
# uses: caprover/deploy-from-github@v1.1.2
|
||||
# with:
|
||||
|
||||
@@ -33,7 +33,6 @@ RUN npm install -g tailwindcss postcss autoprefixer @tailwindcss/typography
|
||||
# COPY . .
|
||||
RUN ls -la
|
||||
COPY src/Managing.WebApp/ .
|
||||
RUN node --max-old-space-size=8192 ./node_modules/.bin/vite build
|
||||
|
||||
# Build the app
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user