2023-08-16 22:48:54 +02:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2025-02-01 12:44:25 +01:00
|
|
|
VERSION="0.15.0"
|
2024-02-29 10:53:30 +01:00
|
|
|
|
|
|
|
docker login git.molez.org
|
|
|
|
|
2025-02-01 12:44:25 +01:00
|
|
|
docker image build --tag git.molez.org/mandlm/kopia:"${VERSION}" --tag git.molez.org/mandlm/kopia:latest .
|
|
|
|
|
|
|
|
docker image push git.molez.org/mandlm/kopia:"${VERSION}"
|
2023-08-16 22:48:54 +02:00
|
|
|
docker image push git.molez.org/mandlm/kopia:latest
|