💚 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
# failure: ignore
- name: build-web
# image: rust:latest
image: rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3
commands: |
dx build -r --platform web -- -j ${JOBS_NB:-default}
- name: build-web (dockerize)
image: woodpeckerci/plugin-kaniko
settings:
dry-run: true
when:
- 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}
# Disable incremental compilation