mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-10 17:01:27 +01:00
Build base image step should be in build package workflow, and local base images build by new step should be removed since images have been pushed to docker hub. Signed-off-by: danfengliu <danfengl@vmware.com>
15 lines
544 B
Plaintext
15 lines
544 B
Plaintext
*** Settings ***
|
|
Documentation This resource provides any keywords related to the Harbor private registry appliance
|
|
|
|
*** Variables ***
|
|
|
|
${retag_btn} //clr-dg-action-bar//button[contains(.,'Retag')]
|
|
${copy_project_name_xpath} //*[@id='project-name']
|
|
${copy_repo_name_xpath} //*[@id='repo-name']
|
|
${tag_name_xpath} //*[@id='tag-name']
|
|
${confirm_btn} //button[contains(.,'CONFIRM')]
|
|
${target_image_name} target-alpine
|
|
${image_tag} 3.2.10-alpine
|
|
${tag_value_xpath} //clr-dg-row[contains(.,'${image_tag}')]
|
|
${modal-dialog} div.modal-dialog
|