mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 11:01:57 +02:00
4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
./gradlew dockerPushLatest dockerPushSemVer
|