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

Commit d78ba38

Browse files
Prepare release for 4.16.1
1 parent 8912ca0 commit d78ba38

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ jobs:
200200
type: string
201201
executor: << parameters.machine-type >>
202202
environment:
203-
NAMESPACE: jamesmortensen1
203+
NAMESPACE: seleniarm
204204
PLATFORMS: << parameters.platforms >>
205205
BUILD_ARGS: << parameters.build-args >>
206206
MAKE_TARGETS: << parameters.make-targets >>
207-
DEPLOY_BRANCH: tmp
207+
DEPLOY_BRANCH: trunk
208208
RELEASE: selenium-4.16.0
209209
SELENIUM_VERSION: 4.16.1
210210
GITHUB_USER: seleniumhq-community
@@ -271,7 +271,7 @@ jobs:
271271
docker buildx ls
272272
# For release notes, we'll pull images anonymously without login.
273273
# if [ "$MAKE_TARGETS" != "tag_and_push_multi_arch_browser_images" ]; then
274-
docker login -u="$DOCKER_TEST_USERNAME" -p="$DOCKER_TEST_PASSWORD"
274+
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
275275
# fi
276276
echo BRANCH="$BRANCH"
277277
echo BUILD_DATE="$BUILD_DATE"
@@ -346,7 +346,7 @@ workflows:
346346
filters:
347347
branches:
348348
only:
349-
- tmp
349+
- trunk
350350
- deploy-multi-arch-full-grid:
351351
name: deploy-multi-arch-full-grid
352352
requires: [deploy-multi-arch-base]
@@ -357,7 +357,7 @@ workflows:
357357
filters:
358358
branches:
359359
only:
360-
- tmp
360+
- trunk
361361
- deploy-multi-arch-full-grid:
362362
name: deploy-multi-arch-node-base
363363
requires: [deploy-multi-arch-base]
@@ -368,7 +368,7 @@ workflows:
368368
filters:
369369
branches:
370370
only:
371-
- tmp
371+
- trunk
372372
- deploy-multi-arch-full-grid:
373373
name: deploy-multi-arch-firefox
374374
requires: [deploy-multi-arch-node-base]
@@ -379,7 +379,7 @@ workflows:
379379
filters:
380380
branches:
381381
only:
382-
- tmp
382+
- trunk
383383
- deploy-multi-arch-full-grid:
384384
name: deploy-multi-arch-chromium
385385
requires: [deploy-multi-arch-node-base]
@@ -390,7 +390,7 @@ workflows:
390390
filters:
391391
branches:
392392
only:
393-
- tmp
393+
- trunk
394394
- deploy-multi-arch-full-grid:
395395
name: deploy-multi-arch-release-notes
396396
requires: [deploy-multi-arch-firefox,deploy-multi-arch-chromium]
@@ -401,4 +401,4 @@ workflows:
401401
filters:
402402
branches:
403403
only:
404-
- tmp
404+
- trunk

0 commit comments

Comments
 (0)