Skip to content

Commit

Permalink
DBZ-8606: Update build file to trigger build and change name to platf…
Browse files Browse the repository at this point in the history
…orm-stage
  • Loading branch information
indraraj committed Jan 31, 2025
1 parent 2b7f565 commit afa4ca3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-builds-unauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
component: [ 'mongo', 'postgres', 'debezium', 'tool', 'conductor', 'operator']
component: [ 'mongo', 'postgres', 'debezium', 'tool', 'conductor', 'platform-stage', 'operator']
runs-on: ubuntu-latest
env:
DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME: localhost:5500/debeziumquay
Expand Down
1 change: 1 addition & 0 deletions build-debezium-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ build_docker_image connect
build_docker_image server
build_docker_image operator
build_docker_image conductor
build_docker_image platform-stage
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
fi
Expand Down
1 change: 1 addition & 0 deletions build-debezium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ build_docker_image example-mongodb examples/mongodb
build_docker_image example-mysql-master examples/mysql-replication/master
build_docker_image example-mysql-replica examples/mysql-replication/replica
build_docker_image conductor
build_docker_image platform-stage
build_docker_image operator
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit afa4ca3

Please sign in to comment.