This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ jobs:
111111 type : executor
112112 executor : << parameters.machine-type >>
113113 environment :
114- NAMESPACE : seleniarm
114+ NAMESPACE : jamesmortensen1
115115 PLATFORMS : << parameters.platforms >>
116116 BUILD_ARGS : << parameters.build-args >>
117- DEPLOY_BRANCH : trunk
117+ DEPLOY_BRANCH : selenium-version-scrape
118118 GITHUB_USER : seleniumhq-community
119119 GITHUB_REPO : docker-seleniarm
120120 steps :
@@ -159,7 +159,7 @@ jobs:
159159 echo "Login to Docker, and setup to use a buildx builder and push built multi-arch images"
160160 docker buildx use `docker buildx create`
161161 docker buildx ls
162- docker login -u="$DOCKER_USERNAME " -p="$DOCKER_PASSWORD "
162+ docker login -u="$DOCKER_TEST_USERNAME " -p="$DOCKER_TEST_PASSWORD "
163163 echo BRANCH="$BRANCH"
164164 echo BUILD_DATE="$BUILD_DATE"
165165 echo RELEASE_TAG="$RELEASE_TAG"
@@ -179,7 +179,7 @@ jobs:
179179 go install github.com/github-release/[email protected] 180180 cat release_notes.md
181181 export GITHUB_TOKEN=$(sh get-access-token.sh | tail -n 1)
182- github-release release --tag $RELEASE_TAG --name $RELEASE_TAG --description "`cat release_notes.md`"
182+ # github-release release --tag $RELEASE_TAG --name $RELEASE_TAG --description "`cat release_notes.md`"
183183
184184workflows :
185185 build-and-test-multi-arch :
You can’t perform that action at this time.
0 commit comments