corrects image location

This commit is contained in:
2022-01-10 09:14:43 -06:00
parent ac105cbf0d
commit 7e377f8c5c

2
Jenkinsfile vendored
View File

@@ -137,7 +137,7 @@ ENTRYPOINT ["/app/app"]
--cleanup \\
--context "${workspace}" \\
-f "${workspace}/Dockerfile" \\
--destination "${repository}/library/the-spider:latest"
--destination "${repository}/library/tplink-api:latest"
"""
}
}