mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
fix: Add new dev registry for pr artifacts (#25341)
This commit is contained in:
parent
29cd6177c0
commit
7bf9be2619
2 changed files with 2 additions and 2 deletions
2
.github/workflows/server-ci-artifacts.yml
vendored
2
.github/workflows/server-ci-artifacts.yml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
run: |
|
||||
export TAG=$(echo "${{ github.event.workflow_run.head_sha }}" | cut -c1-7)
|
||||
cd server/build
|
||||
docker buildx build --no-cache --platform linux/amd64 --push --build-arg MM_PACKAGE=$MM_PACKAGE -t mattermostdevelopment/mm-te-test:${TAG} .
|
||||
docker buildx build --no-cache --platform linux/amd64 --push --build-arg MM_PACKAGE=${MM_PACKAGE} -t mattermostdevelopment/mm-te-test:${TAG} -t mattermostdevelopment/mattermost-team-edition:${TAG} .
|
||||
if: needs['determine-if-monorepo'].outputs.is_monorepo == 'true'
|
||||
|
||||
update-failure-final-status:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export MME2E_ARCHTYPE=$(docker version -f '{{ .Client.Arch }}')
|
|||
export NODE_VERSION_REQUIRED=$(cat ../../.nvmrc)
|
||||
|
||||
# Default values for optional variables
|
||||
export SERVER_IMAGE_DEFAULT="mattermostdevelopment/mm-ee-test:$(git rev-parse --short=7 HEAD)"
|
||||
export SERVER_IMAGE_DEFAULT="mattermostdevelopment/mattermost-enterprise-edition:$(git rev-parse --short=7 HEAD)"
|
||||
export BROWSER_DEFAULT="chrome"
|
||||
export SERVER_DEFAULT="self-hosted"
|
||||
export TEST_DEFAULT="cypress"
|
||||
|
|
|
|||
Loading…
Reference in a new issue