mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 05:24:56 +01:00
ci: don't push to docker if the webui cannot be built
This commit is contained in:
parent
64f542d42f
commit
fe4393f908
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
./gradlew copyWebDist
|
||||
./gradlew dockerPushBeta
|
||||
./gradlew copyWebDist && ./gradlew dockerPushBeta
|
||||
|
|
|
|||
Loading…
Reference in a new issue