💚 Dry run to ensure that we're able to build the web Docker image
Some checks failed
ci/woodpecker/pr/validate Pipeline failed

This commit is contained in:
2025-04-27 04:23:29 +02:00
parent 28aa250f58
commit e2c20e4c64
2 changed files with 5 additions and 6 deletions

View File

@@ -14,11 +14,10 @@ steps:
# # Not ready for clippy validation # # Not ready for clippy validation
# failure: ignore # failure: ignore
- name: build-web - name: build-web (dockerize)
# image: rust:latest image: woodpeckerci/plugin-kaniko
image: rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3 settings:
commands: | dry-run: true
dx build -r --platform web -- -j ${JOBS_NB:-default}
when: when:
- event: pull_request - event: pull_request

View File

@@ -1,4 +1,4 @@
FROM rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3 AS builder FROM rg.fr-par.scw.cloud/asr-projects/dioxus-cli-0.6.3:latest AS builder
ARG JOBS_NB=${JOBS_NB:-default} ARG JOBS_NB=${JOBS_NB:-default}
# Disable incremental compilation # Disable incremental compilation