mirror of
https://github.com/gotify/server.git
synced 2026-05-10 15:36:39 +08:00
6 lines
136 B
Bash
6 lines
136 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
|
|
docker push gotify/server
|
|
docker push gotify/server-arm7
|