Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 213ff78

Browse files
test [deploy] to test account to check tags
1 parent 1c1e92f commit 213ff78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
184184
workflows:
185185
build-and-test-multi-arch:

0 commit comments

Comments
 (0)