mirror of
https://github.com/rasilon/ujetl.git
synced 2026-08-07 16:31:48 +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)
|
|
|