7 lines
236 B
Bash
Executable File
7 lines
236 B
Bash
Executable File
# 1. Login (mit deinen Credentials)
|
|
echo "G8m0T3vz" | docker login registry.assecutor.org -u adsg --password-stdin
|
|
|
|
# Dann ganz normal pushen
|
|
docker buildx build --platform linux/amd64 -t registry.assecutor.org/votianlt:0.9.6 --push .
|
|
|