You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated pull_build_artifact process for extraBuildArtifacts. Updated dev-test to test feature
* updated push_build_artifacts.sh to search config for extraBuildArtifacts for tag as well as repository and directory. Updated logging for login container registry
* fix push_build_artifacts to utilize image tag from extraBuildArtifacts if present
---------
Co-authored-by: alexlianides <alianides@microsoft.com>
if [[ "${_find_registry_for_image_result}"==*"unauthorized"* ]];then
245
249
exit_with_error "Unauthorized to access image to container registry '${container_registry}'. Please login with docker login '${container_registry}', regctl registry login '${container_registry}' --user <username> --pass <password>, or use the config login_username_file and login_password_file configuration options"
echo"push-build-artifact-test.txt not found in /var/spacedev/tmp. Please ensure the artifact exists and is configured correctly within artifacts.yaml."
0 commit comments