kopia/build-and-push.sh

11 lines
284 B
Bash
Raw Normal View History

2023-08-16 22:48:54 +02:00
#!/usr/bin/env sh
2025-02-01 12:44:25 +01:00
VERSION="0.15.0"
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