mirror of
https://github.com/gotify/server.git
synced 2026-05-14 17:56:25 +08:00
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
|
|
docker push gotify/server
|
|
docker push gotify/server-arm7 |