mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
docker push rasilon/ujetl:latest
|
|
docker push rasilon/ujetl:$(xpath -q -e '/project/version/text()' pom.xml)
|
|
|