mirror of
https://github.com/gotify/server.git
synced 2024-01-28 15:20:56 +03: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
|