6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker login
|
|
docker push git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.2
|
|
docker logout
|