Publish the right image name. (#10458)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG JDK_VERSION=17.0.1
|
||||
FROM openjdk:${JDK_VERSION}-slim AS scheduler
|
||||
FROM openjdk:${JDK_VERSION}-slim AS metrics-reporter
|
||||
|
||||
ENV APPLICATION airbyte-metrics-reporter
|
||||
|
||||
|
||||
@@ -22,6 +22,6 @@ task copyGeneratedTar(type: Copy) {
|
||||
into 'build/docker/bin'
|
||||
}
|
||||
|
||||
Task dockerBuildTask = getDockerBuildTask("reporter", "$project.projectDir")
|
||||
Task dockerBuildTask = getDockerBuildTask("metrics-reporter", "$project.projectDir")
|
||||
dockerBuildTask.dependsOn(copyGeneratedTar)
|
||||
assemble.dependsOn(dockerBuildTask)
|
||||
|
||||
@@ -44,7 +44,6 @@ include ':airbyte-config:models' // reused by acceptance tests in connector base
|
||||
include ':airbyte-db:lib' // reused by acceptance tests in connector base.
|
||||
include ':airbyte-json-validation'
|
||||
include ':airbyte-metrics:lib'
|
||||
include ':airbyte-metrics:reporter'
|
||||
include ':airbyte-oauth'
|
||||
include ':airbyte-protocol:models'
|
||||
include ':airbyte-queue'
|
||||
@@ -66,13 +65,14 @@ if (!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD"
|
||||
include ':airbyte-config:init'
|
||||
include ':airbyte-config:specs'
|
||||
include ':airbyte-container-orchestrator'
|
||||
include ':airbyte-webapp-e2e-tests'
|
||||
include ':airbyte-metrics:reporter'
|
||||
include ':airbyte-scheduler:app'
|
||||
include ':airbyte-scheduler:client'
|
||||
include ':airbyte-server'
|
||||
include ':airbyte-temporal'
|
||||
include ':airbyte-tests'
|
||||
include ':airbyte-webapp'
|
||||
include ':airbyte-webapp-e2e-tests'
|
||||
}
|
||||
|
||||
// connectors base
|
||||
|
||||
Reference in New Issue
Block a user