Modify path
This commit is contained in:
@@ -392,7 +392,7 @@ th {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href = "http://10.70.135.145:8080/RetroV/pdfexport?idMeeting=<%=id_meeting2%>">
|
<a href = "http://10.70.135.145:8080/RetroV/pdfexport?idMeeting=<%=id_meeting2%>">
|
||||||
<img class="fit-picture" src="http://10.70.135.145:8080/RetroV/assets/paper_img/pdf.png" alt="Download PDF">
|
<img class="fit-picture" src="http://10.70.135.145:8080/RetroV/assets/paper_img/pdf.png" alt="Download PDF" width="5%" height="5%">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ function main() {
|
|||||||
|
|
||||||
{
|
{
|
||||||
echo "Generating Docker image '${image_tag}'" && \
|
echo "Generating Docker image '${image_tag}'" && \
|
||||||
docker build -t "${image_tag}" --build-arg "version=${image_version}" --build-arg "revision=${image_revision}" --build-arg "tag=${image_tag}" "${basedir}/assets/docker" && \
|
docker build -t "${image_tag}" --build-arg "version=${image_version}" --build-arg "revision=${image_revision}" --build-arg "tag=${image_tag}" "${basedir}/ci/assets/" && \
|
||||||
echo "Pushing Docker image '${image_tag}'" && \
|
echo "Pushing Docker image '${image_tag}'" && \
|
||||||
docker push "${image_tag}"
|
docker push "${image_tag}"
|
||||||
} || {
|
} || {
|
||||||
|
|||||||
Reference in New Issue
Block a user