mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-05-03 15:49:32 -05:00
6 lines
213 B
Bash
6 lines
213 B
Bash
version=$1
|
|
|
|
podman build -t rg.nl-ams.scw.cloud/dreamexposure/discal-client:"$version" --file ./Dockerfile .
|
|
|
|
podman push rg.nl-ams.scw.cloud/dreamexposure/discal-client:"$version" --creds="$SCW_USER:$SCW_SECRET"
|