8 lines
225 B
Bash
8 lines
225 B
Bash
#!/bin/sh
|
|
|
|
. ./.env
|
|
|
|
echo $GHCR_TOKEN | podman login ghcr.io -u USERNAME --password-stdin
|
|
|
|
podman push ghcr.io/epicshepich/minecraft-plugin-proxy:latest
|
|
podman push ghcr.io/epicshepich/minecraft-plugin-proxy:$(cat ./.version) |