corrects image location

This commit is contained in:
Hyatt 2022-01-10 09:14:43 -06:00
parent ac105cbf0d
commit 7e377f8c5c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

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"
"""
}
}