Skip to content

Commit

Permalink
fix webapp docker context in oss release script (#12272)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Apr 26, 2024
1 parent 1b44d63 commit 38cae5a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tools/bin/publish_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ for workdir in "${projectDir[@]}"
;;
esac

case $workdir in
"webapp")
dockerDir="build/docker"
;;

*)
dockerDir="build/airbyte/docker"
;;
esac

echo "Publishing airbyte/$artifactName..."
sleep 1

Expand All @@ -76,6 +66,6 @@ for workdir in "${projectDir[@]}"
--build-arg POSTGRES_IMAGE=$POSTGRES_IMAGE \
--build-arg JDK_VERSION=$JDK_VERSION \
--push \
airbyte-$workdir/$dockerDir
airbyte-$workdir/build/airbyte/docker
docker buildx rm $artifactName
done

0 comments on commit 38cae5a

Please sign in to comment.