Skip to content

Commit

Permalink
chore: ci for prs against mds/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Dec 4, 2024
1 parent 3b53839 commit b68bf72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Env variables for docker-compose.yaml
EDC_IMAGE=ghcr.io/sovity/edc-dev:10.4.2
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.4.2
EDC_IMAGE=ghcr.io/sovity/edc-dev:10.4.3
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:10.4.3
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:4.1.6
EDC_UI_ACTIVE_PROFILE=sovity-open-source
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
release:
types: [ published ]
pull_request:
branches: [ main, hotfix/v10.4.1.x ]
branches: [ main, mds/main ]

env:
REGISTRY_URL: ghcr.io
Expand Down

0 comments on commit b68bf72

Please sign in to comment.