mirror of
https://github.com/gotson/komga.git
synced 2025-12-24 01:14:03 +01:00
4 lines
149 B
Bash
Executable file
4 lines
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
./gradlew copyWebDist && ./gradlew dockerPushBeta
|