mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-27 09:13:33 +10:00
6 lines
214 B
Bash
Executable file
6 lines
214 B
Bash
Executable file
REPO_ROOT=$(dirname $(realpath $0))/..
|
|
|
|
# Export desktop environment shell configuration
|
|
export $($REPO_ROOT/scripts/environment.sh)
|
|
|
|
docker push $DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER:latest
|